You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2006/12/13 23:19:36 UTC

svn commit: r486864 - /incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml

Author: jleroux
Date: Wed Dec 13 14:19:35 2006
New Revision: 486864

URL: http://svn.apache.org/viewvc?view=rev&rev=486864
Log:
A patch from Rashko Rejmer "Wrong request map in work effort component" (https://issues.apache.org/jira/browse/OFBIZ-541).
 	  	 

Modified:
    incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml

Modified: incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml?view=diff&rev=486864&r1=486863&r2=486864
==============================================================================
--- incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml (original)
+++ incubator/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml Wed Dec 13 14:19:35 2006
@@ -252,8 +252,8 @@
     <request-map uri="createWorkEffortQuote">
         <security https="true" auth="true"/>
         <event type="service" invoke="createWorkEffortQuote"/>
-        <response name="success" type="view" value="EditWorkEffortQuote"/>
-        <response name="error" type="view" value="AddWorkEffortQuote"/>
+        <response name="success" type="view" value="ListWorkEffortQuotes"/>
+        <response name="error" type="view" value="ListWorkEffortQuotes"/>
     </request-map>
     <request-map uri="deleteWorkEffortQuote">
         <security https="true" auth="true"/>