Skip to content

Commit c397d01

Browse files
authored
Adds calendar management permission to group permissions (#487)
Extends permission enum to include capability for managing group calendars, supporting expanded group functionality and access control.
1 parent d8abf17 commit c397d01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openapi/components/schemas/GroupPermissions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ enum:
2525
- group-members-viewall
2626
- group-roles-assign
2727
- group-roles-manage
28+
- group-calendar-manage
2829
x-enum-varnames:
2930
- group_all
3031
- group_announcement_manage
@@ -50,3 +51,4 @@ x-enum-varnames:
5051
- group_members_viewall
5152
- group_roles_assign
5253
- group_roles_manage
54+
- group_calendar_manage

0 commit comments

Comments
 (0)