You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by di...@apache.org on 2016/06/03 07:10:46 UTC

svn commit: r1746681 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

Author: diveshdutta
Date: Fri Jun  3 07:10:46 2016
New Revision: 1746681

URL: http://svn.apache.org/viewvc?rev=1746681&view=rev
Log:
[OFBIZ-6361] Done improvement: createQuoteItem should display EditQuoteItem page instead of ListQuoteItems when error occurs like updateQuoteItem controller settings

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.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=1746681&r1=1746680&r2=1746681&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml Fri Jun  3 07:10:46 2016
@@ -1477,9 +1477,8 @@ under the License.
     <request-map uri="createQuoteItem">
         <security https="true" auth="true"/>
         <event type="service" path="" invoke="createQuoteItem"/>
-        <response name="success" type="request-redirect" value="ListQuoteItems">
-            <redirect-parameter name="quoteId"/>
-        </response>
+        <response name="success" type="view" value="ListQuoteItems"/>
+        <response name="error" type="view" value="EditQuoteItem"/>
     </request-map>
     <request-map uri="updateQuoteItem">
         <security https="true" auth="true"/>