You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/08/24 13:57:19 UTC

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

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>