Update poll onehundred_percent_base and majority_method defaults.

This commit is contained in:
Ludwig Reiter 2021-03-19 14:42:31 +01:00
parent 471eec07fe
commit 787419911b
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)