You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/10/01 05:49:22 UTC

svn commit: r700674 - /ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml

Author: hansbak
Date: Tue Sep 30 20:49:21 2008
New Revision: 700674

URL: http://svn.apache.org/viewvc?rev=700674&view=rev
Log:
improved return requests after entering/updating a communicationevent

Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml?rev=700674&r1=700673&r2=700674&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml Tue Sep 30 20:49:21 2008
@@ -678,19 +678,19 @@
         <security https="true" auth="true"/>
         <event type="service" invoke="createCommunicationEvent"/>
         <response name="success" type="view" value="EditCommunicationEvent"/>
-        <response name="error" type="view" value="EditCommunicationEvent"/>
+        <response name="error" type="view" value="ViewCommunicationEvent"/>
     </request-map>
     <request-map uri="updateCommunicationEvent">
         <security https="true" auth="true"/>
         <event type="service" invoke="updateCommunicationEvent"/>
         <response name="success" type="view" value="EditCommunicationEvent"/>
-        <response name="error" type="view" value="EditCommunicationEvent"/>
+        <response name="error" type="view" value="ViewCommunicationEvent"/>
     </request-map>
     <request-map uri="deleteCommunicationEvent">
         <security https="true" auth="true"/>
         <event type="service" invoke="deleteCommunicationEvent"/>
         <response name="success" type="view" value="FindCommunicationEvents"/>
-        <response name="error" type="view" value="FindCommunicationEvents"/>
+        <response name="error" type="view" value="ViewCommunicationEvent"/>
     </request-map>
     <request-map uri="deleteUnknownCommunicationEvent">
         <security https="true" auth="true"/>