Author: erwan
Date: Thu Feb 25 09:41:46 2010
New Revision: 916205
URL:
http://svn.apache.org/viewvc?rev=916205&view=revLog:
Correction for "OFBIZ-3390 The add address feature in order manager/order creation is broken"
* adding missing decorator
* adding missing save-home-view
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml?rev=916205&r1=916204&r2=916205&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml Thu Feb 25 09:41:46 2010
@@ -710,7 +710,7 @@
-->
<request-map uri="quickcheckout">
<security https="true" auth="true"/>
- <response name="success" type="view" value="quickcheckout"/>
+ <response name="success" type="view" value="quickcheckout" save-home-view="true"/>
</request-map>
<request-map uri="updateCheckoutOptions">
<description>When user selects a shipping method, this automatically reloads quick checkout page with shipping estimates filled in.</description>
Modified: ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml?rev=916205&r1=916204&r2=916205&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml Thu Feb 25 09:41:46 2010
@@ -89,6 +89,18 @@
</section>
</screen>
+ <screen name="CommonPartyDecorator">
+ <section>
+ <widgets>
+ <decorator-screen name="main-decorator">
+ <decorator-section name="body">
+ <decorator-section-include name="body"/>
+ </decorator-section>
+ </decorator-screen>
+ </widgets>
+ </section>
+ </screen>
+
<screen name="CommonQuoteDecorator">
<section>
<actions>