Author: hansbak
Date: Mon May 4 02:03:32 2009
New Revision: 771160
URL:
http://svn.apache.org/viewvc?rev=771160&view=revLog:
Applied fix from trunk for revision: 771159
remove unused requests from controller as reported by Jacques
Modified:
ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/controller.xml
Modified: ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/controller.xml?rev=771160&r1=771159&r2=771160&view=diff==============================================================================
--- ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/controller.xml Mon May 4 02:03:32 2009
@@ -724,7 +724,7 @@
<request-map uri="addContentToCommEvent">
<security https="true" auth="true"/>
<event type="simple" invoke="addContentToCommEvent" path="component://party/script/org/ofbiz/party/communication/CommunicationEventEvents.xml"/>
- <response name="success" type="request" value="NewCommunicationEvent"/>
+ <response name="success" type="request" value="EditCommunicationEvent"/>
<response name="error" type="view" value="EditCommunicationEvent"/>
</request-map>
<request-map uri="addAttachmentEmail">