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

nmalin pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release24.09 by this push:
     new 571f51b3b8 Fixed: Add missing element auto-parameters-form for 
set-callback and link (OFBIZ-12684)
571f51b3b8 is described below

commit 571f51b3b8f5eebeb2d444965665801f5c507ac4
Author: Nicolas Malin <nicolas.ma...@nereide.fr>
AuthorDate: Thu Nov 7 15:24:40 2024 +0100

    Fixed: Add missing element auto-parameters-form for set-callback and link 
(OFBIZ-12684)
    
    With implementation auto-parameters-form for on-event-update-area, we just 
forgot to add the element auto-parameters-form also for set-callback and link
---
 framework/widget/dtd/widget-common.xsd | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/widget/dtd/widget-common.xsd 
b/framework/widget/dtd/widget-common.xsd
index 9c4f97fc97..6b52429040 100644
--- a/framework/widget/dtd/widget-common.xsd
+++ b/framework/widget/dtd/widget-common.xsd
@@ -543,6 +543,7 @@ under the License.
         <xs:sequence>
             <xs:element minOccurs="0" ref="auto-parameters-service"/>
             <xs:element minOccurs="0" ref="auto-parameters-entity"/>
+            <xs:element minOccurs="0" ref="auto-parameters-form"/>
             <xs:element minOccurs="0" maxOccurs="unbounded" ref="parameter" />
             <xs:element minOccurs="0" name="image" type="image" />
             <xs:element minOccurs="0" ref="set-callback"/>
@@ -642,6 +643,7 @@ under the License.
             <xs:sequence>
                 <xs:element minOccurs="0" ref="auto-parameters-service"/>
                 <xs:element minOccurs="0" ref="auto-parameters-entity"/>
+                <xs:element minOccurs="0" ref="auto-parameters-form"/>
                 <xs:element minOccurs="0" maxOccurs="unbounded" 
ref="parameter"/>
             </xs:sequence>
             <xs:attribute name="area-id" type="xs:string">

Reply via email to