PMC-973
This commit is contained in:
11
gulliver/system/class.rbac.php
Normal file → Executable file
11
gulliver/system/class.rbac.php
Normal file → Executable file
@@ -201,6 +201,17 @@ class RBAC
|
||||
'unassigned' => ['PM_CASES'],
|
||||
'to_reassign' => ['PM_REASSIGNCASE,PM_REASSIGNCASE_SUPERVISOR'],
|
||||
'to_revise' => ['PM_SUPERVISOR']
|
||||
],
|
||||
'casesList_Ajax.php' => [
|
||||
'userValues' => ['PM_CASES'],
|
||||
'processListExtJs' => ['PM_CASES'],
|
||||
'verifySession' => [],
|
||||
'getUsersToReassign' => ['PM_CASES'],
|
||||
'reassignCase' => ['PM_CASES'],
|
||||
'showHistoryMessage' => ['PM_CASES'],
|
||||
'showDynaformListHistory' => ['PM_CASES'],
|
||||
'dynaformChangeLogViewHistory' => ['PM_CASES'],
|
||||
'historyDynaformGridPreview' => ['PM_CASES'],
|
||||
]
|
||||
];
|
||||
$this->aliasPermissions['PM_CASES'] = [self::PM_GUEST_CASE];
|
||||
|
||||
Reference in New Issue
Block a user