GUAC-1406: Add filtering to connection permissions within user edit screen.

This commit is contained in:
Michael Jumper
2015-12-08 13:55:33 -08:00
parent c31e865b49
commit 8e0dbfc36e
8 changed files with 41 additions and 3 deletions

View File

@@ -119,7 +119,26 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
* @type Object.<String, ConnectionGroup>
*/
$scope.rootGroups = null;
/**
* Array of all connection properties that are filterable.
*
* @type String[]
*/
$scope.filteredConnectionProperties = [
'name',
'protocol'
];
/**
* Array of all connection group properties that are filterable.
*
* @type String[]
*/
$scope.filteredConnectionGroupProperties = [
'name'
];
/**
* A map of data source identifiers to the set of all permissions
* associated with the current user under that data source, or null if the