|
During a SFA contact creation i tried to use the link "Go Back", leading to an
error.
My proposal to correct this :
Index: applications/marketing/webapp/sfa/WEB-INF/controller.xml
===================================================================
--- applications/marketing/webapp/sfa/WEB-INF/controller.xml (revision
761579)
+++ applications/marketing/webapp/sfa/WEB-INF/controller.xml (working copy)
@@ -174,6 +174,10 @@
<event type="service" invoke="createContact"/>
<response name="success" type="view" value="viewprofile"/>
</request-map>
+ <request-map uri="backHome">
+ <security https="true" auth="true" />
+ <response name="success" type="view" value="CreateContact" />
+ </request-map>
<!-- Forecast Requests -->
<request-map uri="FindSalesForecast">
Thanks
Gil PORTENSEIGNE
|