mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Allow to grant every permission
This commit is contained in:
parent
49dad43a0a
commit
4441c1d4de
@ -21,7 +21,7 @@ class RoleForm extends ConfigForm
|
|||||||
*
|
*
|
||||||
* @type array
|
* @type array
|
||||||
*/
|
*/
|
||||||
protected $providedPermissions = array();
|
protected $providedPermissions = array('*' => '*');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provided restrictions by currently loaded modules
|
* Provided restrictions by currently loaded modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user