Change zoom values, add survey question

This commit is contained in:
Robin van der Linde 2023-07-27 14:33:28 +02:00
parent a45810d65c
commit 4245c16d41
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
3 changed files with 27 additions and 5 deletions

View file

@ -2150,6 +2150,27 @@
}
}
]
},
{
"id": "survey_date",
"question": {
"en": "When was this object last surveyed?"
},
"freeform": {
"key": "survey:date",
"type": "date"
},
"render": {
"en": "This object was last surveyed on <b>{survey:date}</b>"
},
"mappings": [
{
"if": "survey:date:={_now:date}",
"then": {
"en": "This object was last surveyed today"
}
}
]
}
]
}