mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17: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,
|
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
|
||||||
|
Reference in New Issue
Block a user