svn commit: r1758017 - in /ofbiz/trunk/specialpurpose/ebaystore: servicedef/services.xml webapp/ebaystore/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: r1758017 - in /ofbiz/trunk/specialpurpose/ebaystore: servicedef/services.xml webapp/ebaystore/WEB-INF/controller.xml

Deepak Dixit-5
Author: deepak
Date: Sat Aug 27 12:47:40 2016
New Revision: 1758017

URL: http://svn.apache.org/viewvc?rev=1758017&view=rev
Log:
(OFBIZ-7674) Applied patch from jira issue
================================
Unable to perform search at "eBay Orders Import" screen of eBay component
================================
Thanks Pawan for your contribution.

Modified:
    ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml
    ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/controller.xml

Modified: ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml?rev=1758017&r1=1758016&r2=1758017&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml Sat Aug 27 12:47:40 2016
@@ -539,7 +539,7 @@ under the License.
         <attribute name="productStoreId" mode="IN" type="String" optional="true"></attribute>
         <attribute name="closedItemList" mode="OUT" type="List"></attribute>
     </service>
-    <service name="getEbayOrders" engine="java" transaction-timeout="120000"
+    <service name="getEbayStoreOrders" engine="java" transaction-timeout="120000"
         location="org.apache.ofbiz.ebaystore.EbayStore" invoke="getEbayOrders">
         <description>List closed item in store</description>
         <attribute name="productStoreId" mode="INOUT" type="String" optional="false"></attribute>

Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/controller.xml?rev=1758017&r1=1758016&r2=1758017&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/controller.xml Sat Aug 27 12:47:40 2016
@@ -504,7 +504,7 @@
     </request-map>
     <request-map uri="getEbayOrders">
         <security https="true" auth="true"/>
-        <event type="service" invoke="getEbayOrders"/>
+        <event type="service" invoke="getEbayStoreOrders"/>
         <response name="success" type="view" value="OrderListing"/>
         <response name="error" type="view" value="OrderListing"/>
     </request-map>