Merge pull request #6016 from FinnStutzenstein/pollBackend
poll backend
This commit is contained in:
commit
60cae02ec7
@ -1960,6 +1960,7 @@
|
|||||||
"title": "1",
|
"title": "1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "analog",
|
"type": "analog",
|
||||||
|
"backend": "long",
|
||||||
"is_pseudoanonymized": false,
|
"is_pseudoanonymized": false,
|
||||||
"pollmethod": "YNA",
|
"pollmethod": "YNA",
|
||||||
"state": "finished",
|
"state": "finished",
|
||||||
@ -1988,6 +1989,7 @@
|
|||||||
"title": "2",
|
"title": "2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "analog",
|
"type": "analog",
|
||||||
|
"backend": "long",
|
||||||
"is_pseudoanonymized": false,
|
"is_pseudoanonymized": false,
|
||||||
"pollmethod": "YNA",
|
"pollmethod": "YNA",
|
||||||
"state": "created",
|
"state": "created",
|
||||||
@ -2016,6 +2018,7 @@
|
|||||||
"title": "1",
|
"title": "1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "analog",
|
"type": "analog",
|
||||||
|
"backend": "long",
|
||||||
"is_pseudoanonymized": false,
|
"is_pseudoanonymized": false,
|
||||||
"pollmethod": "YNA",
|
"pollmethod": "YNA",
|
||||||
"state": "created",
|
"state": "created",
|
||||||
@ -2044,6 +2047,7 @@
|
|||||||
"title": "2",
|
"title": "2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "analog",
|
"type": "analog",
|
||||||
|
"backend": "long",
|
||||||
"is_pseudoanonymized": false,
|
"is_pseudoanonymized": false,
|
||||||
"pollmethod": "Y",
|
"pollmethod": "Y",
|
||||||
"state": "finished",
|
"state": "finished",
|
||||||
@ -2072,6 +2076,7 @@
|
|||||||
"title": "Wahlgang",
|
"title": "Wahlgang",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "named",
|
"type": "named",
|
||||||
|
"backend": "long",
|
||||||
"is_pseudoanonymized": false,
|
"is_pseudoanonymized": false,
|
||||||
"pollmethod": "Y",
|
"pollmethod": "Y",
|
||||||
"state": "finished",
|
"state": "finished",
|
||||||
|
@ -1687,6 +1687,13 @@ poll:
|
|||||||
- analog
|
- analog
|
||||||
- named
|
- named
|
||||||
- pseudoanonymous
|
- pseudoanonymous
|
||||||
|
backend:
|
||||||
|
type: string
|
||||||
|
required: True
|
||||||
|
default: long
|
||||||
|
enum:
|
||||||
|
- long
|
||||||
|
- fast
|
||||||
is_pseudoanonymized: boolean
|
is_pseudoanonymized: boolean
|
||||||
pollmethod:
|
pollmethod:
|
||||||
type: string
|
type: string
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 3e449bc4a9987e35ebe366ec2790d88f5cc6dd05
|
Subproject commit 6cf84cd7c1f907d0bbae406fc963b8ea3cfeab46
|
@ -1 +1 @@
|
|||||||
Subproject commit 99617212c88febfb19151aad0071e3dabdb410b1
|
Subproject commit aa5d1ee106e66bf9990044027cb5ebd64452f139
|
Loading…
Reference in New Issue
Block a user