This is an automated email from the ASF dual-hosted git repository. nmalin 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 246b91d Fixed: Add missing element auto-parameters-form for set-callback and link (OFBIZ-12684) 246b91d is described below commit 246b91d76280bf681aff38487764e042a2e1ed9a Author: Nicolas Malin <nicolas.ma...@nereide.fr> AuthorDate: Thu Nov 7 16:36:58 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 --- dtds/widget-common.xsd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dtds/widget-common.xsd b/dtds/widget-common.xsd index d164f61..425e12e 100644 --- a/dtds/widget-common.xsd +++ b/dtds/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">