This is an automated email from the ASF dual-hosted git repository.

mbrohl pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 65ee57f7d Fixed: Renamed ProductsExportToEbay.groovy to 
ProductsExportToEbayScript.groovy (OFBIZ-12813)
65ee57f7d is described below

commit 65ee57f7d5a52a62288a9be03f5baa8836d18e98
Author: Michael Brohl <michael.br...@ecomify.de>
AuthorDate: Tue Aug 1 12:17:57 2023 +0200

    Fixed: Renamed ProductsExportToEbay.groovy to
    ProductsExportToEbayScript.groovy (OFBIZ-12813)
    
    This was necessary after the groovy scripts refactoring to avoid
    duplicate classes.
---
 .../{ProductsExportToEbay.groovy => ProductsExportToEbayScript.groovy}  | 0
 ebay/widget/EbayScreens.xml                                             | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ebay/src/main/groovy/org/apache/ofbiz/ebay/ProductsExportToEbay.groovy 
b/ebay/src/main/groovy/org/apache/ofbiz/ebay/ProductsExportToEbayScript.groovy
similarity index 100%
rename from 
ebay/src/main/groovy/org/apache/ofbiz/ebay/ProductsExportToEbay.groovy
rename to 
ebay/src/main/groovy/org/apache/ofbiz/ebay/ProductsExportToEbayScript.groovy
diff --git a/ebay/widget/EbayScreens.xml b/ebay/widget/EbayScreens.xml
index 9e6bfdca2..51d2e096a 100644
--- a/ebay/widget/EbayScreens.xml
+++ b/ebay/widget/EbayScreens.xml
@@ -80,7 +80,7 @@ under the License.
                     <condition-expr field-name="geoTypeId" value="COUNTRY"/>
                     <order-by field-name="geoName"/>
                 </entity-condition>
-                <script 
location="component://ebay/src/main/groovy/org/apache/ofbiz/ebay/ProductsExportToEbay.groovy"/>
+                <script 
location="component://ebay/src/main/groovy/org/apache/ofbiz/ebay/ProductsExportToEbayScript.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="permission-decorator" 
location="${parameters.mainDecoratorLocation}">

Reply via email to