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 4bdabd8 Improved: Use Compound Widget on rest of the project (OFBIZ-11821)
4bdabd8 is described below
commit 4bdabd825ec3eaa107c7c980f88d654fbf8339d7
Author: James Yong <
[hidden email]>
AuthorDate: Sun Jun 14 13:55:11 2020 +0800
Improved: Use Compound Widget on rest of the project (OFBIZ-11821)
Refactor for Find Request
---
applications/order/widget/ordermgr/FindRequestCompound.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/order/widget/ordermgr/FindRequestCompound.xml b/applications/order/widget/ordermgr/FindRequestCompound.xml
index 114e9c6..d423273 100644
--- a/applications/order/widget/ordermgr/FindRequestCompound.xml
+++ b/applications/order/widget/ordermgr/FindRequestCompound.xml
@@ -30,7 +30,7 @@ under the License.
<sc:security https="true" auth="true"/>
<sc:response name="success" type="view" value="FindRequest"/>
</sc:request-map>
- <sc:view-map name="FindRequest" type="screen" page="component://order/widget/ordermgr/RequestFindCompound.xml#FindRequest"/>
+ <sc:view-map name="FindRequest" type="screen" page="component://order/widget/ordermgr/FindRequestCompound.xml#FindRequest"/>
</sc:site-conf>
<ws:screens>
@@ -70,7 +70,7 @@ under the License.
</ws:decorator-section>
<ws:decorator-section name="search-options">
<ws:platform-specific><html><html-template multi-block="true" location="component://common-theme/template/includes/SetMultipleSelectJsList.ftl"/></html></ws:platform-specific>
- <ws:include-form name="FindRequests" location="component://order/widget/ordermgr/RequestFindCompound.xml"/>
+ <ws:include-form name="FindRequests" location="component://order/widget/ordermgr/FindRequestCompound.xml"/>
</ws:decorator-section>
<ws:decorator-section name="search-results">
<ws:include-form name="ListRequests" location="component://order/widget/ordermgr/CustRequestForms.xml"/>