Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move moderator_notes to list_of_speakers #162

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
10 changes: 5 additions & 5 deletions models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1915,8 +1915,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 @@ -1925,6 +1923,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 @@ -2126,9 +2126,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 @@ -2205,6 +2202,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