Merge pull request #5662 from reiterl/dev_model_2

Update model assignment phase.
This commit is contained in:
jsangmeister 2020-10-30 10:33:59 +01:00 committed by GitHub
commit 3e0ac15e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1566,10 +1566,10 @@ assignment:
phase: phase:
type: number type: number
enum: enum:
- 0
- 1 - 1
- 2 - 2
- 3 default: 0
default: 1
default_poll_description: string default_poll_description: string
number_poll_candidates: boolean number_poll_candidates: boolean