You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/10/16 15:24:59 UTC

svn commit: r1023282 - /ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml

Author: buscob
Date: Sat Oct 16 13:24:59 2010
New Revision: 1023282

URL: http://svn.apache.org/viewvc?rev=1023282&view=rev
Log:
Changed the response of "deleteProductStoreFacility" request so that the FormOnly screen is returned and updated correctly in the screen area.

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=1023282&r1=1023281&r2=1023282&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml Sat Oct 16 13:24:59 2010
@@ -2330,8 +2330,8 @@ under the License.
     <request-map uri="deleteProductStoreFacility">
         <security https="true" auth="true"/>
         <event type="service" invoke="deleteProductStoreFacility"/>
-        <response name="success" type="view" value="ListProductStoreFacility"/>
-        <response name="error" type="view" value="ListProductStoreFacility"/>
+        <response name="success" type="view" value="ListProductStoreFacilityFormOnly"/>
+        <response name="error" type="view" value="ListProductStoreFacilityFormOnly"/>
     </request-map>
 
     <!-- ================ Keyword Thesaurus Requests ================= -->