Skip to content

Commit

Permalink
Fixed: Add missing element auto-parameters-form for set-callback and …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
nmalin committed Nov 7, 2024
1 parent 33a40a3 commit 571f51b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/widget/dtd/widget-common.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down Expand Up @@ -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">
Expand Down

0 comments on commit 571f51b

Please sign in to comment.