Skip to content

Commit

Permalink
Make changes for custom anonymous group
Browse files Browse the repository at this point in the history
  • Loading branch information
luisa-beerboom committed Aug 5, 2024
1 parent bf1934a commit 3acb9ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1838,6 +1838,10 @@ meeting:
type: relation
to: group/admin_group_for_meeting_id
restriction_mode: B
anonymous_group_id:
type: relation
to: group/anonymous_group_for_meeting_id
restriction_mode: B

structure_level:
id:
Expand Down Expand Up @@ -1947,6 +1951,11 @@ group:
to: meeting/admin_group_id
on_delete: PROTECT
restriction_mode: A
anonymous_group_for_meeting_id:
type: relation
to: meeting/anonymous_group_id
on_delete: PROTECT
restriction_mode: A
mediafile_access_group_ids:
type: relation-list
to: mediafile/access_group_ids
Expand Down

0 comments on commit 3acb9ce

Please sign in to comment.