You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by sh...@apache.org on 2015/08/15 09:00:24 UTC

svn commit: r1696018 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml

Author: shijh
Date: Sat Aug 15 07:00:24 2015
New Revision: 1696018

URL: http://svn.apache.org/r1696018
Log:
OFBIZ-6570 Anonymous unsubscribe from contact list generates an error.
Add value="main" to "error" responses related to unsubscribe.

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?rev=1696018&r1=1696017&r2=1696018&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml Sat Aug 15 07:00:24 2015
@@ -1327,19 +1327,19 @@ under the License.
         <security https="false" auth="false"/>
         <event type="service" invoke="signUpForContactList"/>
         <response name="success" type="view-last"/>
-        <response name="error" type="view-last"/>
+        <response name="error" type="view-last" value="main"/>
     </request-map>
     <request-map uri="unsubscribeContactListParty">
         <security https="false" auth="false"/>
         <event type="service" invoke="unsubscribeContactListParty"/>
         <response name="success" type="view-last"/>
-        <response name="error" type="view-last"/>
+        <response name="error" type="view-last" value="main"/>
     </request-map>
     <request-map uri="unsubscribeContactListPartyContachMech">
         <security https="false" auth="false"/>
         <event type="service" invoke="unsubscribeContactListPartyContachMech"/>
         <response name="success" type="view-last"/>
-        <response name="error" type="view-last"/>
+        <response name="error" type="view-last" value="main"/>
     </request-map>
     <request-map uri="contactListOptOut" track-serverhit="false" track-visit="false">
         <security https="false" auth="false"/>