From 51f38066e6d1f79c63c60d797d1eb4ba305e7b13 Mon Sep 17 00:00:00 2001 From: alokhyland Date: Thu, 23 Jan 2025 12:41:54 +0530 Subject: [PATCH] WEBUI-1635: support of expression.eval property to WEBUI --- .../addon/src/main/resources/OSGI-INF/web-ui-properties.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/web-ui/addon/src/main/resources/OSGI-INF/web-ui-properties.xml b/plugin/web-ui/addon/src/main/resources/OSGI-INF/web-ui-properties.xml index 58685a15c0..3b682eee03 100644 --- a/plugin/web-ui/addon/src/main/resources/OSGI-INF/web-ui-properties.xml +++ b/plugin/web-ui/addon/src/main/resources/OSGI-INF/web-ui-properties.xml @@ -58,6 +58,9 @@ ${org.nuxeo.web.ui.numberFormatting.enabled:=} + + + ${org.nuxeo.web.ui.expressions.eval:=true} \ No newline at end of file