Author: jleroux
Date: Fri Sep 10 07:13:41 2010
New Revision: 995686
URL:
http://svn.apache.org/viewvc?rev=995686&view=revLog:
A patch from Wai "missing request-maps for search related buttons" (
https://issues.apache.org/jira/browse/OFBIZ-3929) - OFBIZ-3929
Missing request-maps in ordermgr controller.xml:
clearSearchOptionsHistoryList
setCurrentSearchFromHistory
setCurrentSearchFromHistoryAndSearch
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=995686&r1=995685&r2=995686&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml Fri Sep 10 07:13:41 2010
@@ -1705,6 +1705,27 @@ under the License.
<response name="success" type="view" value="showcart"/>
<response name="error" type="view" value="showcart"/>
</request-map>
+
+ <request-map uri="clearSearchOptionsHistoryList">
+ <security https="true" auth="true"/>
+ <event type="java" path="org.ofbiz.product.product.ProductSearchSession" invoke="clearSearchOptionsHistoryList"/>
+ <response name="success" type="view" value="advancedsearch"/>
+ <response name="error" type="view" value="advancedsearch"/>
+ </request-map>
+ <request-map uri="setCurrentSearchFromHistory">
+ <security https="true" auth="true"/>
+ <event type="java" path="org.ofbiz.product.product.ProductSearchSession" invoke="setCurrentSearchFromHistory"/>
+ <response name="success" type="view" value="advancedsearch"/>
+ <response name="error" type="view" value="advancedsearch"/>
+ </request-map>
+ <request-map uri="setCurrentSearchFromHistoryAndSearch">
+ <security https="true" auth="true"/>
+ <event type="java" path="org.ofbiz.product.product.ProductSearchSession" invoke="setCurrentSearchFromHistory"/>
+ <response name="success" type="request" value="keywordsearch"/>
+ <response name="error" type="view" value="advancedsearch"/>
+ </request-map>
+
+
<!--
These are just examples of reports developed using JasperReport and not really
useful reports. In order to run them you'll have to follow the notes in the