forked from MapComplete/MapComplete
Let roaming tagrenderings appear together with the questions
This commit is contained in:
parent
2177f7ac3b
commit
bad2248658
3 changed files with 19 additions and 7 deletions
|
@ -218,6 +218,10 @@ export default class TagRenderingConfig {
|
|||
return false;
|
||||
}
|
||||
|
||||
public IsQuestionBoxElement(): boolean{
|
||||
return this.question === null && this.condition === null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the correct rendering value (or undefined if not known)
|
||||
* @constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue