From 5c4188e7ed3418bab82bb47ae7c57b5c50cd9d24 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 3 Jul 2017 16:21:21 -0700 Subject: [PATCH] GUACAMOLE-338: The "expandable" property of connection GroupListItems should accurately reflect the default includeSharingProfiles value. --- guacamole/src/main/webapp/app/groupList/types/GroupListItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/groupList/types/GroupListItem.js b/guacamole/src/main/webapp/app/groupList/types/GroupListItem.js index 3591dd0ce..e6629728d 100644 --- a/guacamole/src/main/webapp/app/groupList/types/GroupListItem.js +++ b/guacamole/src/main/webapp/app/groupList/types/GroupListItem.js @@ -187,7 +187,7 @@ angular.module('groupList').factory('GroupListItem', ['ConnectionGroup', functio dataSource : dataSource, // Type information - expandable : includeSharingProfiles, + expandable : includeSharingProfiles !== false, type : GroupListItem.Type.CONNECTION, // Already-converted children