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 a4fcf30 Improved: Execute a callback with parameters from the request (OFBIZ-12262) a4fcf30 is described below commit a4fcf30c21740aa46f8183ec790164ae6b00266c Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Sep 7 15:30:47 2021 +0200 Improved: Execute a callback with parameters from the request (OFBIZ-12262) Updates dtds/widget-common.xsd --- dtds/widget-common.xsd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dtds/widget-common.xsd b/dtds/widget-common.xsd index f5be46c..4ceebcc 100644 --- a/dtds/widget-common.xsd +++ b/dtds/widget-common.xsd @@ -478,6 +478,13 @@ under the License. <xs:attribute type="xs:string" name="param-name" use="required" /> <xs:attribute type="xs:string" name="from-field" /> <xs:attribute type="xs:string" name="value" /> + <xs:attribute type="xs:string" name="from-event-result"> + <xs:annotation> + <xs:documentation>For set-callback only, indicates the event return variable from where the + parameter value is retrieved. + </xs:documentation> + </xs:annotation> + </xs:attribute> </xs:complexType> </xs:element> <xs:element name="auto-parameters-service">