Skip to content

Commit

Permalink
Added missing perm for creating test applications (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
drieJAC authored Dec 17, 2024
1 parent 8259c26 commit 6fdf016
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions/shared/permissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ const PERMISSIONS = {
label: 'Can approve late applications',
value: 'a6',
},
canCreateTestApplications: {
label: 'Can create test applications',
value: 'a7',
},
},
},
applicationRecords: {
Expand Down

0 comments on commit 6fdf016

Please sign in to comment.