This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release22.01 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release22.01 by this push: new 66d8609665 Fixed: Wrong location for service updateContentSEOCategory (OFBIZ-12642) 66d8609665 is described below commit 66d86096654cbee3d1da8b54095ee355bf838b7c 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"/>