Merge 1.0.0 changes to master.

This commit is contained in:
Nick Couchman
2018-09-08 18:42:08 -04:00
2 changed files with 10 additions and 0 deletions

View File

@@ -142,6 +142,11 @@ angular.module('rest').factory('PermissionSet', [function definePermissionSet()
*/
CREATE_USER : "CREATE_USER",
/**
* Permission to create new user groups.
*/
CREATE_USER_GROUP : "CREATE_USER_GROUP",
/**
* Permission to create new connections.
*/