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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

hansbak-2
Author: hansbak
Date: Tue Jun  2 06:09:12 2009
New Revision: 780945

URL: http://svn.apache.org/viewvc?rev=780945&view=rev
Log:
after upload return to calling screen

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=780945&r1=780944&r2=780945&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml Tue Jun  2 06:09:12 2009
@@ -714,7 +714,7 @@
     </request-map>
     <request-map uri="EditCommunicationEvent">
         <security https="true" auth="true"/>
-        <response name="success" type="view" value="EditCommunicationEvent"/>
+        <response name="success" type="view" value="EditCommunicationEvent" save-current-view="true"/>
     </request-map>
     <request-map uri="ViewCommunicationEvent">
         <security https="true" auth="true"/>
@@ -734,7 +734,7 @@
     <request-map uri="uploadAttachFiletoEmail">
         <security https="true" auth="true"/>
         <event type="simple" invoke="createCommunicationContent" path="component://party/script/org/ofbiz/party/communication/CommunicationEventEvents.xml"/>
-        <response name="success" type="request" value="EditCommunicationEvent"/>
+        <response name="success" type="view-last"/>
         <response name="error" type="view" value="addAttachmentEmail"/>
     </request-map>
     <request-map uri="removeAttachFile">