PMCORE-3155

This commit is contained in:
Andrea Adamczyk
2021-07-14 14:38:31 -04:00
parent 6cb105fce7
commit 106887ca56
3 changed files with 9 additions and 1 deletions

View File

@@ -628,6 +628,11 @@ class RBAC
'PER_UID' => '00000000000000000000000000000069',
'PER_CODE' => 'PM_TASK_SCHEDULER_ADMIN',
'PER_NAME' => 'View Task Scheduler'
],
[
'PER_UID' => '00000000000000000000000000000070',
'PER_CODE' => 'TASK_METRICS_VIEW',
'PER_NAME' => 'Task Metrics View'
]
];