svn commit: r1826780 - /ofbiz/ofbiz-framework/trunk/applications/order/webapp/ordermgr/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: r1826780 - /ofbiz/ofbiz-framework/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

jleroux@apache.org
Author: jleroux
Date: Thu Mar 15 10:22:42 2018
New Revision: 1826780

URL: http://svn.apache.org/viewvc?rev=1826780&view=rev
Log:
Improved: no functional change removes a duplicate getAssociatedStateList
request map already present in the common-controller.xml

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml?rev=1826780&r1=1826779&r2=1826780&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml Thu Mar 15 10:22:42 2018
@@ -1719,12 +1719,6 @@ under the License.
         <response name="success" type="request" value="updateShipGroupShipInfo"/>
         <response name="error" type="view" value="orderview"/>
     </request-map>
-    <request-map uri="getAssociatedStateList">
-        <security https="true" auth="false"/>
-        <event type="service" invoke="getAssociatedStateList"/>
-        <response name="success" type="request" value="json"/>
-        <response name="error" type="request" value="json"/>
-    </request-map>
 
     <!-- UPS carrier requests -->
     <request-map uri="upsEmailReturnLabelOrder">