Better handling of metatags, more robust error handling when calculating tags
This commit is contained in:
parent
69363fbf0f
commit
6ac8a5373c
10 changed files with 134 additions and 89 deletions
|
@ -53,7 +53,9 @@ export default class EditableTagRendering extends UIElement {
|
|||
return this._question.Render();
|
||||
}
|
||||
if(!this._configuration.IsKnown(this._tags.data)){
|
||||
return ""
|
||||
// Even though it is not known, we hide the question here
|
||||
// It is the questionbox's task to show the question in edit mode
|
||||
return "";
|
||||
}
|
||||
|
||||
return new Combine([this._answer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue