Merged in feature/PMCORE-3155 (pull request #7984)
PMCORE-3155 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
f578eaf98f
@@ -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'
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
@@ -67,6 +67,7 @@ INSERT INTO `RBAC_PERMISSIONS` VALUES
|
||||
('00000000000000000000000000000066','PM_GUEST_CASE','2017-03-27 00:00:00','2017-03-27 00:00:00',1,'00000000000000000000000000000002'),
|
||||
('00000000000000000000000000000067','PM_SETUP_LOG_FILES','2018-02-06 00:00:00','2018-02-06 00:00:00',1,'00000000000000000000000000000002'),
|
||||
('00000000000000000000000000000068','PM_FOLDERS_OWNER','2020-01-29 00:00:00','2020-01-29 00:00:00',1,'00000000000000000000000000000002');
|
||||
('00000000000000000000000000000070','TASK_METRICS_VIEW','2021-07-14 00:00:00','2021-07-14 00:00:00',1,'00000000000000000000000000000002');
|
||||
|
||||
INSERT INTO `RBAC_PERMISSIONS` VALUES
|
||||
('00000000000000000000000000000069','PM_TASK_SCHEDULER_ADMIN','2020-01-29 00:00:00','2020-01-29 00:00:00',1,'00000000000000000000000000000002');
|
||||
@@ -148,6 +149,7 @@ INSERT INTO `RBAC_ROLES_PERMISSIONS` VALUES
|
||||
('00000000000000000000000000000002','00000000000000000000000000000067'),
|
||||
('00000000000000000000000000000002','00000000000000000000000000000068'),
|
||||
('00000000000000000000000000000002','00000000000000000000000000000069'),
|
||||
('00000000000000000000000000000002','00000000000000000000000000000070'),
|
||||
('00000000000000000000000000000003','00000000000000000000000000000001'),
|
||||
('00000000000000000000000000000003','00000000000000000000000000000005'),
|
||||
('00000000000000000000000000000003','00000000000000000000000000000040'),
|
||||
|
||||
@@ -38,6 +38,7 @@ $aRequiredPermissions = array('PM_LOGIN',
|
||||
'PM_EDITPERSONALINFO',
|
||||
'PM_FOLDERS_VIEW',
|
||||
'PM_FOLDERS_ADD_FOLDER',
|
||||
'PM_FOLDERS_ADD_FILE'
|
||||
'PM_FOLDERS_ADD_FILE',
|
||||
'TASK_METRICS_VIEW'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user