Author: lektran
Date: Thu Sep 17 11:27:20 2009
New Revision: 816143

URL: http://svn.apache.org/viewvc?rev=816143&view=rev
Log:
Return to EditProductContent rather than staying on the update screen after 
successfully updating the content

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml?rev=816143&r1=816142&r2=816143&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml 
(original)
+++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml Thu 
Sep 17 11:27:20 2009
@@ -686,7 +686,7 @@
     <request-map uri="updateSimpleTextContentForProduct">
         <security https="true" auth="true"/>
         <event type="service" path="" 
invoke="updateSimpleTextContentForProduct"/>
-        <response name="success" type="view" 
value="EditProductContentContent"/>
+        <response name="success" type="view" value="EditProductContent"/>
         <response name="error" type="view" value="EditProductContentContent"/>
     </request-map>
     <request-map uri="createSimpleTextContentForProduct">


Reply via email to