From 2733e7966f66f50703003bae5316e55cdd3178cd Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 31 Jan 2022 20:03:02 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04731=20-=20Restore=20"data-value-raw"=20?= =?UTF-8?q?HTML=20metadata=20on=20attributes=20in=20object=20details?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base/components/field/layout.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base/components/field/layout.html.twig b/templates/base/components/field/layout.html.twig index 3b32d5990..0b09b8488 100644 --- a/templates/base/components/field/layout.html.twig +++ b/templates/base/components/field/layout.html.twig @@ -15,7 +15,7 @@ data-attribute-flag-must-change="{{ oUIBlock.IsMustChange()|var_export }}" data-attribute-flag-must-prompt="{{ oUIBlock.IsMustPrompt()|var_export }}" data-attribute-flag-slave="{{ oUIBlock.IsSlave()|var_export }}" - data-value-raw="{{ aParams.value_raw }}" + data-value-raw="{{ oUIBlock.GetValueRaw() }}" {% if oUIBlock.GetDataAttributes() %} {% for sName, sValue in oUIBlock.GetDataAttributes() %} data-{{ sName }}="{{ sValue }}"