Skip to content

Commit

Permalink
Merge pull request #142 from luisa-beerboom/b-2544-anonymous-user
Browse files Browse the repository at this point in the history
Make changes for custom anonymous group
  • Loading branch information
bastianjoel authored Aug 13, 2024
2 parents b273140 + 5921875 commit f968c0c
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 f968c0c

Please sign in to comment.