Changeset 7215


Ignore:
Timestamp:
2004-04-20T21:14:29+12:00 (20 years ago)
Author:
sjboddie
Message:

Fixed a minor bug in the way nested HLists were displayed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/hlistbrowserclass.cpp

    r5124 r7215  
    6262  metadata.insert ("childtype");
    6363  text_t classifytype = "Invisible";
    64   text_t child_doctype;
    65 
    6664  text_tarray OIDs;
    6765
    68   while (classifytype == "Invisible") {
     66  while (classifytype == "Invisible" || classifytype == "HList") {
    6967    OIDs.erase (OIDs.begin(), OIDs.end());
    7068   
     
    7573
    7674    OID = response.docInfo[1].OID;
    77     classifytype = response.docInfo[0].metadata["childtype"].values[0];
     75    classifytype = response.docInfo[1].metadata["childtype"].values[0];
    7876  }
    7977  if (is_classify) args["cl"] = OID;
Note: See TracChangeset for help on using the changeset viewer.