This is an automated email from the ASF dual-hosted git repository.
jamesyong pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new f443ace Improved: Apply multi-block attr to each application (OFBIZ-11706)
f443ace is described below
commit f443ace724d83fd34551ff669c8c0da9dd162ad2
Author: James Yong <
[hidden email]>
AuthorDate: Mon May 18 20:26:39 2020 +0800
Improved: Apply multi-block attr to each application (OFBIZ-11706)
Revert multi-block attr on RemoveInternalOrg.ftl, to fix
regression for HR tree.
There is no inline script causing CSP issue in the 1st place.
Thanks: Olivier for reporting
---
applications/humanres/widget/EmplPositionScreens.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/humanres/widget/EmplPositionScreens.xml b/applications/humanres/widget/EmplPositionScreens.xml
index 67e440f..b6513b8 100644
--- a/applications/humanres/widget/EmplPositionScreens.xml
+++ b/applications/humanres/widget/EmplPositionScreens.xml
@@ -332,7 +332,7 @@
<screen name="RemoveInternalOrgFtl">
<section>
<widgets>
- <platform-specific><html><html-template multi-block="true" location="component://humanres/template/internalorg/RemoveInternalOrg.ftl"/></html></platform-specific>
+ <platform-specific><html><html-template location="component://humanres/template/internalorg/RemoveInternalOrg.ftl"/></html></platform-specific>
</widgets>
</section>
</screen>