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 2ee40c4 Improved: Optimize the 'get average product rating' method
logic (OFBIZ-12680)
2ee40c4 is described below
commit 2ee40c402f6048e0a2e4900663c2419eb0bfb5b9
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue Aug 30 16:24:34 2022 +0200
Improved: Optimize the 'get average product rating' method logic
(OFBIZ-12680)
Last commit was wrong. I did not see I copied the string
"on-event-update-area area-target" and so did not find
""on-event-update-area"
in widget-form.xsd :/
This removes it, was not the pb
---
dtds/widget-common.xsd | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dtds/widget-common.xsd b/dtds/widget-common.xsd
index b16f890..9a7e6aa 100644
--- a/dtds/widget-common.xsd
+++ b/dtds/widget-common.xsd
@@ -653,24 +653,4 @@ under the License.
<xs:attribute name="area-target" type="xs:string" use="required" />
</xs:complexType>
</xs:element>
- <xs:element name="on-event-update-area area-target">
- <xs:annotation>
- <xs:documentation>Propagate current form fields as parameters to
the paginate or submit action link
- (for instance in modal "tunnel" processes), see
OFBIZ-12684</xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="unbounded"
ref="auto-parameters-form"/>
- <xs:element minOccurs="0" maxOccurs="unbounded"
ref="event-type"/>
- </xs:sequence>
- <xs:attribute name="area-id" type="xs:string">
- <xs:annotation>
- <xs:documentation>Identification of the area to update. If
empty, by default the screen engine
- auto resolve it on the first parent referent screen
present in the widget hierarchy</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="area-target" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
-
</xs:schema>