You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/10/10 20:26:56 UTC

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

Author: jleroux
Date: Mon Oct 10 20:26:56 2016
New Revision: 1764178

URL: http://svn.apache.org/viewvc?rev=1764178&view=rev
Log:
Fixed: deleteCustomerTaxAuthInfo page called from /ecommerce/control/viewprofile
(OFBIZ-4106)

Completes previous commits at r1764158/76: removes createCustomerTaxAuthInfo and
 updateCustomerTaxAuthInfo requests which are now useless


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=1764178&r1=1764177&r2=1764178&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/controller.xml Mon Oct 10 20:26:56 2016
@@ -984,18 +984,6 @@ under the License.
         <response name="success" type="view" value="viewprofile"/>
     </request-map>
 
-    <request-map uri="createCustomerTaxAuthInfo">
-        <security https="true" auth="true"/>
-        <event type="service" invoke="createCustomerTaxAuthInfo"/>
-        <response name="success" type="view" value="viewprofile"/>
-        <response name="error" type="view" value="viewprofile"/>
-    </request-map>
-    <request-map uri="updateCustomerTaxAuthInfo">
-        <security https="true" auth="true"/>
-        <event type="service" invoke="updatePartyTaxAuthInfo"/>
-        <response name="success" type="view" value="viewprofile"/>
-        <response name="error" type="view" value="viewprofile"/>
-    </request-map>
     <!-- ContactMech Requests -->
     <request-map uri="editcontactmech"><security https="true" auth="true"/><response name="success" type="view" value="editcontactmech"/></request-map>
     <request-map uri="editcontactmechnosave"><security https="true" auth="true"/><response name="success" type="view" value="editcontactmech"/></request-map>