Skip to content

v7.1.9

Compare
Choose a tag to compare
@axeloradmin axeloradmin released this 12 Nov 14:16
· 358 commits to master since this release
a022080

7.1.9 (2024-11-12)

Fix

  • Fix set action attrs on editor fields

  • Fix onChange not triggered on Rating widget

  • Fix populate changes should reflect into collection grid

  • Fix o2m items data conflict issue

    When data is reset through action-record or data is updated through popup
    then updated data should be merged properly to grid data.

  • Fix x-bind string case sensitive issue

    When x-bind output of string field remains same for same field,
    it should reflect the output value instead of skipping value update.

  • Disable sorting when we add a row

    After manual sort by column, added row could be at the top instead of the bottom.

  • Fix handling 0 valued in selection widgets

  • Fix orderBy for new rows after save/refresh on o2m grid

    On o2m grid, order is normally preserved after search request.
    Now, search order is applied in case of form save/refresh.

  • Fix criteria on grid columns search

  • Fix empty criteria in advanced search query

    When field or operator is empty then that criteria should not send in search query.

  • Fix call onChange on m2m record change

  • Fix selection-in attribute support in mass update