GUACAMOLE-338: The "expandable" property of connection GroupListItems should accurately reflect the default includeSharingProfiles value.

This commit is contained in:
Michael Jumper
2017-07-03 16:21:21 -07:00
parent 5648c36c26
commit 5c4188e7ed

View File

@@ -187,7 +187,7 @@ angular.module('groupList').factory('GroupListItem', ['ConnectionGroup', functio
dataSource : dataSource, dataSource : dataSource,
// Type information // Type information
expandable : includeSharingProfiles, expandable : includeSharingProfiles !== false,
type : GroupListItem.Type.CONNECTION, type : GroupListItem.Type.CONNECTION,
// Already-converted children // Already-converted children