Author: jleroux
Date: Mon Oct 17 04:47:56 2011
New Revision: 1184996
URL:
http://svn.apache.org/viewvc?rev=1184996&view=revLog:
A patch from Kiran Gawde
https://issues.apache.org/jira/browse/OFBIZ-4473"ListProductStoreFacility in StoreScreen.xml is missing decorator-screen element"
Modified:
ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml?rev=1184996&r1=1184995&r2=1184996&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml Mon Oct 17 04:47:56 2011
@@ -577,9 +577,11 @@ under the License.
<screenlet title="${uiLabelMap.ProductStoreFacilityAssocList}" navigation-menu-name="ProductStoreFacility">
<include-menu name="ProductStoreFacility" location="component://product/widget/catalog/CatalogMenus.xml"/>
<container id="PrdStoreFacilityMgmtArea">
- <decorator-section name="body">
- <include-screen name="ListProductStoreFacilityFormOnly"/>
- </decorator-section>
+ <decorator-screen name="CommonProductStoreDecorator" location="${parameters.mainDecoratorLocation}">
+ <decorator-section name="body">
+ <include-screen name="ListProductStoreFacilityFormOnly"/>
+ </decorator-section>
+ </decorator-screen>
</container>
</screenlet>
</widgets>