This is an automated email from the ASF dual-hosted git repository.
holivier pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 1f67380 Improved: put simple-method optional for compound file (OFBIZ-11645)
1f67380 is described below
commit 1f673804a41dde2a938f76a9f49fd783074fd7d5
Author: holivier <
[hidden email]>
AuthorDate: Mon Apr 27 21:46:50 2020 +0200
Improved: put simple-method optional for compound file (OFBIZ-11645)
---
framework/widget/dtd/compound-widgets.xsd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/widget/dtd/compound-widgets.xsd b/framework/widget/dtd/compound-widgets.xsd
index 3bb4bdc..9170797a 100644
--- a/framework/widget/dtd/compound-widgets.xsd
+++ b/framework/widget/dtd/compound-widgets.xsd
@@ -42,7 +42,7 @@ under the License.
<xs:element ref="ws:screens"/>
<xs:element ref="wt:trees" minOccurs="0" maxOccurs="1"/>
<xs:element ref="wf:forms"/>
- <xs:element ref="sm:simple-methods"/>
+ <xs:element ref="sm:simple-methods" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:element>