Let roaming tagrenderings appear together with the questions

This commit is contained in:
Pieter Vander Vennet 2021-03-15 16:23:04 +01:00
parent 2177f7ac3b
commit bad2248658
3 changed files with 19 additions and 7 deletions

View file

@ -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