Author: jleroux
Date: Tue Nov 8 09:35:02 2016 New Revision: 1768649 URL: http://svn.apache.org/viewvc?rev=1768649&view=rev Log: No functional changes related to r1768154. Makes things more consistent by renaming few updateShipmentGatewayConfig* service and request-maps to updateShipmentGateway* I stopped there, after things get more entangled and it's not worth continuing Modified: ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigForms.xml Modified: ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml?rev=1768649&r1=1768648&r2=1768649&view=diff ============================================================================== --- ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml (original) +++ ofbiz/trunk/applications/product/servicedef/services_shipmentgateway.xml Tue Nov 8 09:35:02 2016 @@ -29,7 +29,7 @@ under the License. <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> - <service name="updateShipmentGatewayConfigDhl" default-entity-name="ShipmentGatewayDhl" engine="entity-auto" invoke="update" auth="true"> + <service name="updateShipmentGatewayDhl" default-entity-name="ShipmentGatewayDhl" engine="entity-auto" invoke="update" auth="true"> <description>Update a ShipmentGatewayDhl record</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> @@ -44,7 +44,7 @@ under the License. <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> - <service name="updateShipmentGatewayConfigFedex" default-entity-name="ShipmentGatewayFedex" engine="entity-auto" invoke="update" auth="true"> + <service name="updateShipmentGatewayFedex" default-entity-name="ShipmentGatewayFedex" engine="entity-auto" invoke="update" auth="true"> <description>Update a ShipmentGatewayFedex record</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml?rev=1768649&r1=1768648&r2=1768649&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml Tue Nov 8 09:35:02 2016 @@ -1281,25 +1281,25 @@ under the License. <response name="success" type="view" value="EditShipmentGatewayConfig"/> <response name="error" type="view" value="EditShipmentGatewayConfig"/> </request-map> - <request-map uri="UpdateShipmentGatewayConfigDhl"> + <request-map uri="updateShipmentGatewayDhl"> <security https="true" auth="true"/> - <event type="service" invoke="updateShipmentGatewayConfigDhl"/> + <event type="service" invoke="updateShipmentGatewayDhl"/> <response name="success" type="view" value="EditShipmentGatewayConfig"/> <response name="error" type="view" value="EditShipmentGatewayConfig"/> </request-map> - <request-map uri="UpdateShipmentGatewayConfigFedex"> + <request-map uri="updateShipmentGatewayFedex"> <security https="true" auth="true"/> - <event type="service" invoke="updateShipmentGatewayConfigFedex"/> + <event type="service" invoke="updateShipmentGatewayFedex"/> <response name="success" type="view" value="EditShipmentGatewayConfig"/> <response name="error" type="view" value="EditShipmentGatewayConfig"/> </request-map> - <request-map uri="UpdateShipmentGatewayConfigUps"> + <request-map uri="updateShipmentGatewayUps"> <security https="true" auth="true"/> <event type="service" invoke="updateShipmentGatewayUps"/> <response name="success" type="view" value="EditShipmentGatewayConfig"/> <response name="error" type="view" value="EditShipmentGatewayConfig"/> </request-map> - <request-map uri="UpdateShipmentGatewayConfigUsps"> + <request-map uri="updateShipmentGatewayUsps"> <security https="true" auth="true"/> <event type="service" invoke="updateShipmentGatewayUsps"/> <response name="success" type="view" value="EditShipmentGatewayConfig"/> Modified: ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigForms.xml?rev=1768649&r1=1768648&r2=1768649&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigForms.xml (original) +++ ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigForms.xml Tue Nov 8 09:35:02 2016 @@ -68,7 +68,7 @@ under the License. </field> </form> - <form name="EditShipmentGatewayConfigDhl" type="single" target="UpdateShipmentGatewayConfigDhl" default-map-name="shipmentGatewayDhl" header-row-style="header-row" default-table-style="basic-table"> + <form name="EditShipmentGatewayConfigDhl" type="single" target="updateShipmentGatewayDhl" default-map-name="shipmentGatewayDhl" header-row-style="header-row" default-table-style="basic-table"> <auto-fields-entity entity-name="ShipmentGatewayDhl" default-field-type="edit"/> <field name="shipmentGatewayConfigId"><hidden/></field> <field name="connectUrl" title="${uiLabelMap.FacilityShipmentDhlConnectUrl}"> @@ -112,7 +112,7 @@ under the License. </field> </form> - <form name="EditShipmentGatewayConfigFedex" type="single" target="UpdateShipmentGatewayConfigFedex" default-map-name="shipmentGatewayFedex" header-row-style="header-row" default-table-style="basic-table"> + <form name="EditShipmentGatewayConfigFedex" type="single" target="updateShipmentGatewayFedex" default-map-name="shipmentGatewayFedex" header-row-style="header-row" default-table-style="basic-table"> <auto-fields-entity entity-name="ShipmentGatewayFedex" default-field-type="edit"/> <field name="shipmentGatewayConfigId"><hidden/></field> <field name="connectUrl" title="${uiLabelMap.FacilityShipmentFedexConnectUrl}"> @@ -180,7 +180,7 @@ under the License. </field> </form> - <form name="EditShipmentGatewayConfigUps" type="single" target="UpdateShipmentGatewayConfigUps" default-map-name="shipmentGatewayUps" header-row-style="header-row" default-table-style="basic-table"> + <form name="EditShipmentGatewayConfigUps" type="single" target="updateShipmentGatewayUps" default-map-name="shipmentGatewayUps" header-row-style="header-row" default-table-style="basic-table"> <auto-fields-entity entity-name="ShipmentGatewayUps" default-field-type="edit"/> <field name="shipmentGatewayConfigId"><hidden/></field> <field name="connectUrl" title="${uiLabelMap.FacilityShipmentUpsConnectUrl}"> @@ -274,7 +274,7 @@ under the License. </field> </form> - <form name="EditShipmentGatewayConfigUsps" type="single" target="UpdateShipmentGatewayConfigUsps" default-map-name="shipmentGatewayUsps" header-row-style="header-row" default-table-style="basic-table"> + <form name="EditShipmentGatewayConfigUsps" type="single" target="updateShipmentGatewayUsps" default-map-name="shipmentGatewayUsps" header-row-style="header-row" default-table-style="basic-table"> <auto-fields-entity entity-name="ShipmentGatewayUsps" default-field-type="edit"/> <field name="shipmentGatewayConfigId"><hidden/></field> <field name="connectUrl" title="${uiLabelMap.FacilityShipmentUspsConnectUrl}"> |
Free forum by Nabble | Edit this page |