InfocertAutomationTeam opened a new pull request #406: Guacamole 643 URL: https://github.com/apache/guacamole-client/pull/406 If a connection group has the 'filter' attribute to 'false', it won't be hidden during a search. Example of connection group that won't be hidden: ``` ConnectionGroup group = new MyConnectionGroup(groupName, groupName, Collections.<String>emptyList(), Collections.<String>emptyList()); group.setParentIdentifier(ROOT_IDENTIFIER); group.setAttributes(Collections.singletonMap("filter", "false")); rootGroup.getConnectionGroupIdentifiers().add(groupName); connectionGroups.add(group); ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
