mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-220: Add missing definitions for CREATE_USER_GROUP system permission.
This commit is contained in:
@@ -37,6 +37,11 @@ public class SystemPermission implements Permission<SystemPermission.Type> {
|
||||
*/
|
||||
CREATE_USER,
|
||||
|
||||
/**
|
||||
* Create user groups.
|
||||
*/
|
||||
CREATE_USER_GROUP,
|
||||
|
||||
/**
|
||||
* Create connections.
|
||||
*/
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user