fix: Added the new role permission for perm_delegate to the role model

pull/1387/head
Iglocska 2016-07-18 01:12:54 +02:00
parent 8795889880
commit 47acdfd493
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class Role extends AppModel {
'perm_tag_editor' => array('id' => 'RolePermTagEditor', 'text' => 'Tag Editor'),
'perm_template' => array('id' => 'RolePermTemplate', 'text' => 'Template Editor'),
'perm_sharing_group' => array('id' => 'RolePermSharingGroup', 'text' => 'Sharing Group Editor'),
'perm_delegate' => array('id' => 'RolePermDelegate', 'text' => 'Delegations access')
);
public $premissionLevelName = array('Read Only', 'Manage Own Events', 'Manage Organisation Events', 'Manage and Publish Organisation Events');