security: Provide a permission for module configuration
This commit is contained in:
parent
8c758a9f12
commit
53e7b44308
|
@ -26,6 +26,7 @@ class RoleForm extends ConfigForm
|
||||||
'system/config/*' => 'system/config/*',
|
'system/config/*' => 'system/config/*',
|
||||||
'system/config/application' => 'system/config/application',
|
'system/config/application' => 'system/config/application',
|
||||||
'system/config/authentication' => 'system/config/authentication',
|
'system/config/authentication' => 'system/config/authentication',
|
||||||
|
'system/config/modules' => 'system/config/modules',
|
||||||
'system/config/resources' => 'system/config/resources',
|
'system/config/resources' => 'system/config/resources',
|
||||||
'system/config/roles' => 'system/config/roles'
|
'system/config/roles' => 'system/config/roles'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue