From 52ff5750e1d50c3176c4d29179b5a36eb0b14e4e Mon Sep 17 00:00:00 2001 From: Peter Beverloo Date: Mon, 13 Jan 2025 19:57:36 +0000 Subject: [PATCH] feat: Seniors should be able to access volunteer retention --- app/lib/auth/Access.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/lib/auth/Access.ts b/app/lib/auth/Access.ts index 0e5f6c59..c433ea00 100644 --- a/app/lib/auth/Access.ts +++ b/app/lib/auth/Access.ts @@ -537,12 +537,13 @@ export const kPermissionGroups: Record = { 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', ],