Skip to content

Commit

Permalink
Merge pull request #162 from luisa-beerboom/b-2592-move-mod-notes-to-los
Browse files Browse the repository at this point in the history
Move moderator_notes to list_of_speakers
  • Loading branch information
luisa-beerboom authored Oct 17, 2024
2 parents 5ecbba4 + 858abfc commit f010fd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1905,8 +1905,6 @@ group:
- agenda_item.can_manage
- agenda_item.can_see
- agenda_item.can_see_internal
- agenda_item.can_manage_moderator_notes
- agenda_item.can_see_moderator_notes
- assignment.can_manage
- assignment.can_nominate_other
- assignment.can_nominate_self
Expand All @@ -1915,6 +1913,8 @@ group:
- list_of_speakers.can_be_speaker
- list_of_speakers.can_manage
- list_of_speakers.can_see
- list_of_speakers.can_manage_moderator_notes
- list_of_speakers.can_see_moderator_notes
- mediafile.can_manage
- mediafile.can_see
- meeting.can_manage_logos_and_fonts
Expand Down Expand Up @@ -2111,9 +2111,6 @@ agenda_item:
description: Given in seconds
minimum: 0
restriction_mode: B
moderator_notes:
type: HTMLStrict
restriction_mode: D
is_internal:
type: boolean
description: Calculated by the server
Expand Down Expand Up @@ -2188,6 +2185,9 @@ list_of_speakers:
required: true
restriction_mode: A
constant: true
moderator_notes:
type: HTMLStrict
restriction_mode: B

content_object_id:
type: generic-relation
Expand Down
5 changes: 2 additions & 3 deletions permission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ agenda_item:
can_manage:
can_see_internal:
can_see:
can_manage_moderator_notes:
can_see_moderator_notes:
can_see:
assignment:
can_manage:
can_nominate_other:
Expand All @@ -25,6 +22,8 @@ list_of_speakers:
can_manage:
can_see:
can_be_speaker:
can_manage_moderator_notes:
can_see_moderator_notes:
mediafile:
can_manage:
can_see:
Expand Down

0 comments on commit f010fd2

Please sign in to comment.