fix roles after change the role name to Lurana

This commit is contained in:
Fernando Ontiveros
2025-06-27 20:22:10 -04:00
parent 0dea81735b
commit ccb4387f4d
5 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ class RBAC
const PER_SYSTEM = '00000000000000000000000000000002';
const PM_GUEST_CASE = 'PM_GUEST_CASE';
const PM_GUEST_CASE_UID = '00000000000000000000000000000066';
const PROCESSMAKER_GUEST = 'PROCESSMAKER_GUEST';
const PROCESSMAKER_GUEST = 'LURANA_GUEST';
const PROCESSMAKER_GUEST_UID = '00000000000000000000000000000005';
const GUEST_USER_UID = '00000000000000000000000000000002';
public static $defaultPermissionsForAdmin = ['PM_TASK_SCHEDULER_ADMIN'];