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:58:30 UTC

svn commit: r807163 - /ofbiz/branches/release09.04/applications/order/webapp/ordermgr/WEB-INF/controller.xml

Author: mor
Date: Mon Aug 24 11:58:30 2009
New Revision: 807163

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

Modified:
    ofbiz/branches/release09.04/applications/order/webapp/ordermgr/WEB-INF/controller.xml

Modified: ofbiz/branches/release09.04/applications/order/webapp/ordermgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/order/webapp/ordermgr/WEB-INF/controller.xml?rev=807163&r1=807162&r2=807163&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release09.04/applications/order/webapp/ordermgr/WEB-INF/controller.xml Mon Aug 24 11:58:30 2009
@@ -1468,6 +1468,11 @@
         <response name="success" type="view" value="orderview"/>
         <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>