Skip to content

Commit

Permalink
feat: Seniors should be able to access volunteer retention
Browse files Browse the repository at this point in the history
  • Loading branch information
beverloo committed Jan 13, 2025
1 parent eae3db2 commit 52ff575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/lib/auth/Access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,12 +537,13 @@ export const kPermissionGroups: Record<string, string[]> = {

senior: [
'event.applications:read',
'event.retention',
'event.schedules:read',
'event.shifts:read',
'event.vendors:read',
'event.visible',
'event.volunteers.information',
// statistics.basic -- when the tool is ready-ish
'statistics.basic',
'system.subscriptions.eligible',
'volunteer.avatars',
],
Expand Down

0 comments on commit 52ff575

Please sign in to comment.