This is an automated email from the ASF dual-hosted git repository. pgil pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 713445a82f Remove useless location in entity-auto service definition 713445a82f is described below commit 713445a82f5df20ee93031e2258422c2289b5fe2 Author: Gil Portenseigne <gil.portensei...@nereide.fr> AuthorDate: Tue Mar 26 18:03:18 2024 +0100 Remove useless location in entity-auto service definition --- applications/content/servicedef/services_content.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/applications/content/servicedef/services_content.xml b/applications/content/servicedef/services_content.xml index 08e1420720..a30d19ea0e 100644 --- a/applications/content/servicedef/services_content.xml +++ b/applications/content/servicedef/services_content.xml @@ -410,8 +410,7 @@ <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> - <service name="removeContentPurpose" engine="entity-auto" default-entity-name="ContentPurpose" auth="true" - location="component://content/minilang/content/ContentServices.xml" invoke="delete"> + <service name="removeContentPurpose" engine="entity-auto" default-entity-name="ContentPurpose" auth="true" invoke="delete"> <description>Remove ContentPurpose</description> <permission-service service-name="contentManagerPermission" main-action="DELETE"/> <auto-attributes include="pk" mode="IN" optional="false"/> @@ -475,8 +474,7 @@ <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> - <service name="deleteContentKeyword" engine="entity-auto" default-entity-name="ContentKeyword" - location="component://content/minilang/content/ContentServices.xml" invoke="delete" auth="true"> + <service name="deleteContentKeyword" engine="entity-auto" default-entity-name="ContentKeyword" invoke="delete" auth="true"> <description>Delete a ContentKeyword</description> <permission-service service-name="genericContentPermission" main-action="DELETE"/> <auto-attributes include="pk" mode="IN" optional="false"/>