From 961942eb5fb68064c29a80ed2a6a0d1c5191e33b Mon Sep 17 00:00:00 2001 From: Rafael Velazco Date: Fri, 17 Nov 2023 17:58:16 -0400 Subject: [PATCH] fix(edit-content): set right value in binary field (#26747) --- .../webapp/html/portlet/ext/contentlet/field/edit_field.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotCMS/src/main/webapp/html/portlet/ext/contentlet/field/edit_field.jsp b/dotCMS/src/main/webapp/html/portlet/ext/contentlet/field/edit_field.jsp index 0445be1987bb..e08732e48c75 100644 --- a/dotCMS/src/main/webapp/html/portlet/ext/contentlet/field/edit_field.jsp +++ b/dotCMS/src/main/webapp/html/portlet/ext/contentlet/field/edit_field.jsp @@ -743,7 +743,7 @@ } // Setting the value of the field - field.value = "<%=binInode%>" + field.value = "<%=value%>" // Creating the binary field dynamically // Help us to set inputs before the ngInit is executed.