mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Introduce application/migrations
permission
This commit is contained in:
parent
faaebaeffb
commit
a9db85ed71
@ -581,6 +581,9 @@ class RoleForm extends RepositoryForm
|
||||
],
|
||||
'application/sessions' => [
|
||||
'description' => t('Allow to manage user sessions')
|
||||
],
|
||||
'application/migrations' => [
|
||||
'description' => t('Allow to apply pending application migrations')
|
||||
]
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user