forked from MapComplete/MapComplete
Add opening hours to playgrounds and pitches
This commit is contained in:
parent
1b1ec9f15d
commit
fa238092bc
4 changed files with 157 additions and 69 deletions
|
@ -133,7 +133,7 @@ export default class TagRenderingConfig {
|
|||
}
|
||||
|
||||
if(this.render && this.question && this.freeform === undefined){
|
||||
throw `${context}: Detected a tagrendering which takes input without freeform key in ${context}`
|
||||
throw `${context}: Detected a tagrendering which takes input without freeform key in ${context}; the question is ${this.question.txt}`
|
||||
}
|
||||
|
||||
if(!json.multiAnswer && this.mappings !== undefined && this.question !== undefined){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue