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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 09180d8d72 Improved: Optimize the 'get average product rating' method 
logic (OFBIZ-12680)
09180d8d72 is described below

commit 09180d8d72c63114c9e6b27b3dcd79097016ae0c
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Aug 30 16:23:59 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
---
 framework/widget/dtd/widget-common.xsd | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/framework/widget/dtd/widget-common.xsd 
b/framework/widget/dtd/widget-common.xsd
index a6bcf511e3..b360f46a2e 100644
--- a/framework/widget/dtd/widget-common.xsd
+++ b/framework/widget/dtd/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>

Reply via email to