Skip to content
Snippets Groups Projects
Commit b2735c27 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Merge branch 'B16381_form_title_dynamic_update_broken' into 'develop'

S16381: changed text(configurationItem.value) to html(configurationItem.value) refs #16381

See merge request !590
parents fde2a570 7733f718
No related branches found
No related tags found
2 merge requests!592Develop,!590S16381: changed text(configurationItem.value) to html(configurationItem.value) refs #16381
Pipeline #9667 passed
......@@ -1275,7 +1275,7 @@ var QfqNS = QfqNS || {};
continue;
}
if(formElementName === 'qfq-form-title') {
$("." + formElementName).text(configurationItem.value);
$("." + formElementName).html(configurationItem.value);
}
// Insert download button for uploads after Form is saved.
if (configurationItem["type-file"]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment