Skip to content

Commit b47f8e7

Browse files
committed
Ticket: Fix role allowed to project as in commit b90d801 - refs BT#21590
1 parent 1336553 commit b47f8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/inc/lib/TicketManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2466,7 +2466,7 @@ public static function getAllowedRolesFromProject(int $projectId): array
24662466
{
24672467
// Define a mapping from role IDs to role names
24682468
$roleMap = [
2469-
1 => 'ROLE_ADMIN',
2469+
1 => 'ROLE_TEACHER',
24702470
17 => 'ROLE_STUDENT_BOSS',
24712471
4 => 'ROLE_RRHH',
24722472
3 => 'ROLE_SESSION_MANAGER',

0 commit comments

Comments
 (0)