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 2009/05/04 04:02:41 UTC

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

Author: hansbak
Date: Mon May  4 02:02:40 2009
New Revision: 771159

URL: http://svn.apache.org/viewvc?rev=771159&view=rev
Log:
remove unused requests from controller as reported by Jacques

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=771159&r1=771158&r2=771159&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml Mon May  4 02:02:40 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">