This is an automated email from the ASF dual-hosted git repository.
jacopoc 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 88f6a1158f Fixed: Misplaced <description> element in service
definition caused validation issues.
88f6a1158f is described below
commit 88f6a1158f7149d3d301e3ba95be9ca3f1ea696c
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Fri Jun 27 16:54:36 2025 +0200
Fixed: Misplaced <description> element in service definition caused
validation issues.
---
applications/manufacturing/servicedef/services_calendar.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/manufacturing/servicedef/services_calendar.xml
b/applications/manufacturing/servicedef/services_calendar.xml
index cfaa1a4dbd..ec0f25ff94 100644
--- a/applications/manufacturing/servicedef/services_calendar.xml
+++ b/applications/manufacturing/servicedef/services_calendar.xml
@@ -25,8 +25,8 @@ under the License.
<!-- Routing services -->
<service name="createCalendar" engine="entity-auto"
default-entity-name="TechDataCalendar" invoke="create">
- <permission-service service-name="manufacturingPermissionService"
main-action="CREATE"/>
<description>Create a calendar</description>
+ <permission-service service-name="manufacturingPermissionService"
main-action="CREATE"/>
<auto-attributes include="pk" mode="IN"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
</service>