This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push: new a7bfb44 Fixed: Add auto-parameters-form option to on-event-update-area link in xml form (OFBIZ-12684) a7bfb44 is described below commit a7bfb44fef819aad8d7297e9ee401f3bfd5fca8e Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Aug 30 13:27:37 2022 +0200 Fixed: Add auto-parameters-form option to on-event-update-area link in xml form (OFBIZ-12684) This should possibly fixes a DTD issue put in with the feature as reported by UtilXml: A schema cannot contain two global components with the same name; this schema contains two occurrences of 'http://ofbiz.apache.org/Widget-Form,auto-parameters-form'. --- dtds/widget-form.xsd | 1 - 1 file changed, 1 deletion(-) diff --git a/dtds/widget-form.xsd b/dtds/widget-form.xsd index 6351f0c..3b482a3 100644 --- a/dtds/widget-form.xsd +++ b/dtds/widget-form.xsd @@ -618,7 +618,6 @@ under the License. </xs:attribute> </xs:complexType> </xs:element> - <xs:element name="auto-parameters-form"/> <!-- ================== FIELDS ==================== --> <xs:element name="AllFields" abstract="true"/>