Merge pull request #5949 from FinnStutzenstein/losInitialClosed

List of speaker initially closed
This commit is contained in:
Finn Stutzenstein 2021-03-11 09:04:00 +01:00 committed by GitHub
commit 33fda8788c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -132,7 +132,8 @@
"list_of_speakers_show_amount_of_speakers_on_slide": true,
"list_of_speakers_present_users_only": false,
"list_of_speakers_show_first_contribution": false,
"list_of_speakers_enable_point_of_order_speakers": true,
"list_of_speakers_enable_point_of_order_speakers": false,
"list_of_speakers_initially_closed": false,
"motions_default_workflow_id": 1,
"motions_default_amendment_workflow_id": 1,

View File

@ -265,6 +265,7 @@
"list_of_speakers_present_users_only": false,
"list_of_speakers_show_first_contribution": false,
"list_of_speakers_enable_point_of_order_speakers": true,
"list_of_speakers_initially_closed": true,
"motions_default_workflow_id": 1,
"motions_default_amendment_workflow_id": 1,

View File

@ -456,6 +456,9 @@ meeting:
list_of_speakers_enable_point_of_order_speakers:
type: boolean
default: False
list_of_speakers_initially_closed:
type: boolean
default: False
# Motions
motions_default_workflow_id: