mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-338: The "expandable" property of connection GroupListItems should accurately reflect the default includeSharingProfiles value.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user