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-plugins.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 76b5ef7 Improved: Move page-specific script links to html template (OFBIZ-11799)
76b5ef7 is described below
commit 76b5ef7932ff64d4c389aa913af017b3a286290d
Author: James Yong <
[hidden email]>
AuthorDate: Thu Aug 13 22:27:36 2020 +0800
Improved: Move page-specific script links to html template (OFBIZ-11799)
Moved OpenLayer js and css to html template
Tested on
https://localhost:8443/partymgr/control/PartyGeoLocation?partyId=DemoCustomer---
example/widget/example/CommonScreens.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/example/widget/example/CommonScreens.xml b/example/widget/example/CommonScreens.xml
index 9ad19f1..3a0f94a 100644
--- a/example/widget/example/CommonScreens.xml
+++ b/example/widget/example/CommonScreens.xml
@@ -235,7 +235,6 @@ under the License.
<set field="geoChart.height" value="500px"/>
<set field="geoChart.points" from-field="geoPoints"/>
<set field="geoChart.center" from-field="geoCenter"/>
- <set field="layoutSettings.styleSheets[+0]" value="/common/js/plugins/OpenLayers-5.3.0.css" global="true"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">