Author: hansbak
Date: Tue Sep 30 20:49:21 2008
New Revision: 700674
URL:
http://svn.apache.org/viewvc?rev=700674&view=revLog:
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"/>