Merge pull request #5942 from FinnStutzenstein/updateModels

Add defaults for closed on agenda item and list of speakers
This commit is contained in:
Finn Stutzenstein 2021-03-08 11:35:07 +01:00 committed by GitHub
commit aa77b878c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1009,7 +1009,9 @@ agenda_item:
id: number id: number
item_number: string item_number: string
comment: string comment: string
closed: boolean closed:
type: boolean
default: false
type: type:
type: string type: string
enum: enum:
@ -1071,7 +1073,9 @@ agenda_item:
list_of_speakers: list_of_speakers:
id: number id: number
closed: boolean closed:
type: boolean
default: false
content_object_id: content_object_id:
type: generic-relation type: generic-relation