forked from MapComplete/MapComplete
Themes: fix: don't show irrelevant 'multilevel'-question anymore
This commit is contained in:
parent
7e0120d0e8
commit
b5fca68a82
1 changed files with 7 additions and 2 deletions
|
@ -1626,6 +1626,7 @@
|
||||||
"id": "multilevels",
|
"id": "multilevels",
|
||||||
"builtin": "single_level",
|
"builtin": "single_level",
|
||||||
"override": {
|
"override": {
|
||||||
|
"=labels": [],
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What levels does this elevator go to?",
|
"en": "What levels does this elevator go to?",
|
||||||
"de": "Auf welchen Geschossen hält dieser Aufzug?",
|
"de": "Auf welchen Geschossen hält dieser Aufzug?",
|
||||||
|
@ -1663,7 +1664,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "repeated",
|
"id": "repeated",
|
||||||
"labels": ["level"],
|
"labels": [
|
||||||
|
"level"
|
||||||
|
],
|
||||||
"condition": "repeat_on~*",
|
"condition": "repeat_on~*",
|
||||||
"render": {
|
"render": {
|
||||||
"en": "Multiple, identical objects can be found on floors {repeat_on}.",
|
"en": "Multiple, identical objects can be found on floors {repeat_on}.",
|
||||||
|
@ -1672,7 +1675,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "single_level",
|
"id": "single_level",
|
||||||
"labels": ["level"],
|
"labels": [
|
||||||
|
"level"
|
||||||
|
],
|
||||||
"condition": "repeat_on=",
|
"condition": "repeat_on=",
|
||||||
"question": {
|
"question": {
|
||||||
"nl": "Op welke verdieping bevindt dit punt zich?",
|
"nl": "Op welke verdieping bevindt dit punt zich?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue