Skip to content

Commit

Permalink
Merge branch 'main' into feature/relational-db
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister committed Apr 19, 2024
2 parents b6da76d + f3c481a commit 33f340d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
autoflake==2.3.1
black==24.3.0
black==24.4.0
flake8==7.0.0
isort==5.13.2
mypy==1.9.0
Expand Down
15 changes: 14 additions & 1 deletion models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ user:
restriction_mode: A
is_active:
type: boolean
restriction_mode: D
restriction_mode: B
is_physical_person:
type: boolean
default: true
Expand Down Expand Up @@ -1063,6 +1063,10 @@ meeting:
type: boolean
default: False
restriction_mode: B
agenda_show_topic_navigation_on_detail_view:
type: boolean
default: False
restriction_mode: B

# List of speakers
list_of_speakers_amount_last_on_projector:
Expand Down Expand Up @@ -1436,6 +1440,15 @@ meeting:
users_enable_vote_delegations:
type: boolean
restriction_mode: B
users_forbid_delegator_in_list_of_speakers:
type: boolean
restriction_mode: B
users_forbid_delegator_as_submitter:
type: boolean
restriction_mode: B
users_forbid_delegator_as_supporter:
type: boolean
restriction_mode: B

# Assignments
assignments_export_title:
Expand Down

0 comments on commit 33f340d

Please sign in to comment.