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

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

commit e4f1abfbdc62137cc115dbc27ea89622f2b09f64
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Jun 14 17:10:53 2022 +0200

    Fixed: Wrong location for service updateContentSEOCategory (OFBIZ-12642)
    
    Service has been moved to groovy but definition still links to minilang.
    
    Thanks: Ingo Wolfmayr
---
 applications/product/servicedef/services.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/product/servicedef/services.xml 
b/applications/product/servicedef/services.xml
index 64c85f220a..c4581ce18a 100644
--- a/applications/product/servicedef/services.xml
+++ b/applications/product/servicedef/services.xml
@@ -944,8 +944,8 @@ under the License.
         </group>
     </service>
 
-    <service name="updateContentSEOForCategory" engine="simple"
-            
location="component://product/minilang/product/category/CategoryContentServices.xml"
 invoke="updateContentSEOForCategory" auth="true">
+    <service name="updateContentSEOForCategory" engine="groovy"
+            
location="component://product/groovyScripts/product/category/CategoryContentServices.groovy"
 invoke="updateContentSEOForCategory" auth="true">
         <description>Update SEO Content For Product Category</description>
         <attribute name="productCategoryId" mode="IN" type="String" 
optional="false"/>
         <attribute name="title" mode="IN" type="String" optional="true"/>

Reply via email to