You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2022/06/09 10:02:59 UTC

[ofbiz-framework] branch release22.01 updated: Fixed: Added missing notification tag entry in services.xsd file (OFBIZ-12635)

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

deepak 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 221530683d Fixed: Added missing notification tag entry in services.xsd file (OFBIZ-12635)
221530683d is described below

commit 221530683deecd8621acad5e6472ffbef5af5c1c
Author: Deepak Dixit <de...@hotwax.co>
AuthorDate: Thu Jun 9 15:28:24 2022 +0530

    Fixed: Added missing notification tag entry in services.xsd file (OFBIZ-12635)
---
 framework/service/dtd/services.xsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/service/dtd/services.xsd b/framework/service/dtd/services.xsd
index 2bb58b94e5..7620381461 100644
--- a/framework/service/dtd/services.xsd
+++ b/framework/service/dtd/services.xsd
@@ -41,6 +41,7 @@ under the License.
                 <xs:element minOccurs="0" ref="description"/>
                 <xs:element minOccurs="0" ref="namespace"/>
                 <xs:element minOccurs="0" maxOccurs="1" ref="deprecated"/>
+                <xs:element minOccurs="0" ref="notification"/>
                 <xs:element minOccurs="0" maxOccurs="1" ref="permission-service"/>
                 <xs:element minOccurs="0" maxOccurs="unbounded" ref="required-permissions"/>
                 <xs:element minOccurs="0" maxOccurs="unbounded" ref="implements"/>