Skip to content

Commit

Permalink
Merge branch 'main' into anonymous-change-restriction-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel authored Aug 13, 2024
2 parents d85a18a + f968c0c commit 96d645c
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 @@ -1841,6 +1841,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 @@ -1950,6 +1954,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 96d645c

Please sign in to comment.