Change poll global_* default to true.

This commit is contained in:
Ludwig Reiter 2021-02-17 11:16:18 +01:00
parent 6e0dcf71df
commit 0a9b6f2a62
1 changed files with 3 additions and 3 deletions

View File

@ -1641,13 +1641,13 @@ poll:
default: 1
global_yes:
type: boolean
default: false
default: true
global_no:
type: boolean
default: false
default: true
global_abstain:
type: boolean
default: false
default: true
onehundred_percent_base:
type: string
required: true