mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +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