Merge pull request #5973 from reiterl/model_poll_defaults

Update poll onehundred_percent_base and majority_method defaults.
This commit is contained in:
reiterl 2021-03-19 14:44:36 +01:00 committed by GitHub
commit c703b29df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1695,6 +1695,7 @@ poll:
- valid
- cast
- disabled
default: disabled
majority_method:
type: string
required: true
@ -1703,6 +1704,7 @@ poll:
- two_thirds
- three_quarters
- disabled
default: disabled
votesvalid: decimal(6)
votesinvalid: decimal(6)
votescast: decimal(6)