Merge pull request #5942 from FinnStutzenstein/updateModels
Add defaults for closed on agenda item and list of speakers
This commit is contained in:
commit
aa77b878c2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user