Added permissions to show history of and revert label profiles.

This commit is contained in:
Jan Böhmer 2020-05-07 22:35:29 +02:00
parent 1a35adab17
commit 0f083abdf4
2 changed files with 10 additions and 0 deletions

View file

@ -32,6 +32,8 @@ class LabelProfileVoter extends ExtendedVoter
'create' => 'create_profiles',
'edit' => 'edit_profiles',
'delete' => 'delete_profiles',
'show_history' => 'show_history',
'revert_element' => 'revert_element',
];
/**