Skip to content

Commit

Permalink
acl: Add ROLE_VEHICLE to bereitschaftsliste
Browse files Browse the repository at this point in the history
  • Loading branch information
gampig committed Aug 4, 2024
1 parent 916dc74 commit 0804dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/acl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export abstract class Acl {
static readonly bereitschaftsliste: AllRoles[] = [
"ROLE_GROUPLEADER",
"ROLE_ALARM_PC",
"ROLE_VEHICLE",
];

static readonly alarmPc: AllRoles[] = ["ROLE_ALARM_PC"];
Expand Down

0 comments on commit 0804dd1

Please sign in to comment.