Ignore:
Timestamp:
2016-12-01T01:22:35+13:00 (7 years ago)
Author:
Georgiy Litvinov
Message:

Java code for groups breadcrumbs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/PageAction.java

    r30836 r31166  
    160160                info_response.appendChild(doc.importNode(group_list, true));
    161161            }
     162            Element path_list = (Element) GSXML.getChildByTagName(group_info_response,
     163                    GSXML.PATH_ELEM + GSXML.LIST_MODIFIER);
     164            if (path_list != null) {
     165                info_response.appendChild(doc.importNode(path_list, true));
     166            }
    162167            // Send message to groupInfoType Services
    163168        } else {
Note: See TracChangeset for help on using the changeset viewer.