Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-12586

Add missing parameter on xsd for widget-form:on-field-event-update-area

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Done
    • 22.01.01, Upcoming Branch
    • 22.01.01
    • framework/widget
    • None

    Description

      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.

       

      Attachments

        1. OFBIZ-12586.patch
          1 kB
          Nicolas Malin

        Activity

          People

            nmalin Nicolas Malin
            nmalin Nicolas Malin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: