svn commit: r978975 - /ofbiz/trunk/applications/marketing/webapp/sfa/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: r978975 - /ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml

lektran
Author: lektran
Date: Sun Jul 25 04:04:55 2010
New Revision: 978975

URL: http://svn.apache.org/viewvc?rev=978975&view=rev
Log:
Use request-redirect after quick creating a contact

Modified:
    ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml?rev=978975&r1=978974&r2=978975&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml Sun Jul 25 04:04:55 2010
@@ -186,7 +186,9 @@ under the License.
     <request-map uri="quickAddContact">
         <security https="true" auth="true"/>
         <event type="service" invoke="createContact"/>
-        <response name="success" type="request" value="viewprofile"/>
+        <response name="success" type="request-redirect" value="viewprofile">
+            <redirect-parameter name="partyId"/>
+        </response>
     </request-map>
 
     <!-- Forecast Requests -->