Merge pull request #1522 from pietervdvn/RobinLinde-patch-12

Changes to waste and kerbs/crossings theme
This commit is contained in:
Pieter Vander Vennet 2023-07-27 15:19:12 +02:00 committed by GitHub
commit 9d23f80539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 6 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"
}
}
]
}
]
}