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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

mor-2
Author: mor
Date: Mon Aug 24 11:57:18 2009
New Revision: 807162

URL: http://svn.apache.org/viewvc?rev=807162&view=rev
Log:
Added missing request entry. Applied patch from Bharat Soni, part of OFBIZ-2840 (https://issues.apache.org/jira/browse/OFBIZ-2840)

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=807162&r1=807161&r2=807162&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml Mon Aug 24 11:57:18 2009
@@ -1594,6 +1594,11 @@
        <response name="error" type="view" value="orderview"/>
     </request-map>
 
+    <request-map uri="crosssell">
+        <security https="false" auth="false"/>
+        <response name="success" type="view" value="product"/>
+    </request-map>
+
     <!-- Lookup request mappings -->
     <request-map uri="LookupPerson"><security https="true" auth="true"/><response name="success" type="view" value="LookupPerson"/></request-map>
     <request-map uri="LookupPartyGroup"><security https="true" auth="true"/><response name="success" type="view" value="LookupPartyGroup"/></request-map>