The GitHub Actions job "Java CI with Gradle" on ofbiz-framework.git has 
succeeded.
Run started by GitHub user nmalin (triggered by nmalin).

Head commit for run:
576307ac5ce1a830c52abbed0bc0ea22a612a368 / Nicolas Malin 
<nicolas.ma...@nereide.fr>
Improved: Add missing parameter on xsd for 
widget-form:on-field-event-update-area (OFBIZ-12586)

On the widget-form.xsd definition, the element on-field-event-update-area 
haven't possibility to define some parameters.

But on java code, the on-field-event-update-area is read like 
on-event-update-area.

If you put some parameters on your code, your editor raise a syntax error but 
OFBiz analyse and execute it well.

            <wf:field name="reload" >
                <wf:submit/>
                <wf:on-field-event-update-area event-type="click"
                                               area-target="ReloadIt">
                    <wf:auto-parameters-service service-name="computeForReload" 
send-if-empty="false"/>
                </wf:on-field-event-update-area>
            </wf:field>

By the way we can synchronize the on-field-event-update-area xsd on 
on-event-update-area.

Report URL: https://github.com/apache/ofbiz-framework/actions/runs/2597915068

With regards,
GitHub Actions via GitBox

Reply via email to