Allow to grant every permission
This commit is contained in:
parent
49dad43a0a
commit
4441c1d4de
|
@ -21,7 +21,7 @@ class RoleForm extends ConfigForm
|
|||
*
|
||||
* @type array
|
||||
*/
|
||||
protected $providedPermissions = array();
|
||||
protected $providedPermissions = array('*' => '*');
|
||||
|
||||
/**
|
||||
* Provided restrictions by currently loaded modules
|
||||
|
|
Loading…
Reference in New Issue