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 ea52b19  Fixed: Add auto-parameters-form option to 
on-event-update-area link in xml form (OFBIZ-12684)
ea52b19 is described below

commit ea52b19c9e551da8611fc857de00c7eb51dc31a0
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Aug 30 16:36:10 2022 +0200

    Fixed: Add auto-parameters-form option to on-event-update-area link in xml 
form (OFBIZ-12684)
    
    In few previous commits I mixed up things with OFBIZ-12680. I'll remove 
comments
    there, sorry for that.
    
    This should possibly fixes a DTD issue on on-event-update-area in 
StoreForms.xml
    by fixing a typo put in with few previous commits (that can be ignored)
---
 dtds/widget-common.xsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dtds/widget-common.xsd b/dtds/widget-common.xsd
index 9a7e6aa..d164f61 100644
--- a/dtds/widget-common.xsd
+++ b/dtds/widget-common.xsd
@@ -525,9 +525,9 @@ under the License.
     <xs:element name="auto-parameters-form">
         <xs:complexType>
             <xs:sequence>
-                <xs:element minOccurs="0" maxOccurs="unbounded" ref="exclude" 
/>
+                <xs:element minOccurs="0" ref="exclude" />
             </xs:sequence>
-            <xs:attribute name="form-name" type="xs:string"/>
+            <xs:attribute name="form-name" type="xs:string">
                 <xs:annotation>
                     <xs:documentation>See OFBIZ-12684.</xs:documentation>
                 </xs:annotation>

Reply via email to