[
https://issues.apache.org/jira/browse/OFBIZ-12099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Yong updated OFBIZ-12099:
-------------------------------
Description:
Support Freemarker square interpolation syntax [=...] when the freemarker template filename ends with '.sqi.ftl'. This avoids sharing the same interpolation syntax as Javascript's template literal.
Discussion started at
https://lists.apache.org/thread.html/r485b78638f10f95089e5f1123d73a2d132a3f8c2faea0eb056fa1709%40%3Cdev.ofbiz.apache.org%3EReference:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
https://freemarker.apache.org/docs/dgui_misc_alternativesyntax.html#dgui_misc_alternativesyntax_interpolationTo test / migrate:
1) Change template file extension from .ftl to .spi.ftl
2) Use regular expresssion replacement:
From: \$\{([^${}]+)\}
To: [=$1]
was:
Support Freemarker square interpolation syntax [=...] when the freemarker template filename ends with '.sqi.ftl'. This avoids sharing the same interpolation syntax as Javascript's template literal.
Discussion started at
https://lists.apache.org/thread.html/r485b78638f10f95089e5f1123d73a2d132a3f8c2faea0eb056fa1709%40%3Cdev.ofbiz.apache.org%3EReference:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
https://freemarker.apache.org/docs/dgui_misc_alternativesyntax.html#dgui_misc_alternativesyntax_interpolation--
This message was sent by Atlassian Jira
(v8.3.4#803005)