Skip to content

v7.1.11

Compare
Choose a tag to compare
@axeloradmin axeloradmin released this 29 Nov 15:59
· 358 commits to master since this release
bca9caa

7.1.11 (2024-11-29)

Fix

  • Fix untranslated buttons titles in view switcher toolbar

  • Fix save record in popup editor for m2o/o2o/m2m(selection)

    We can edit the record through popup editor, it will save record as following :

    • m2o/o2o/m2m(selection) : It will only save record when form is dirty
    • o2m/m2m(grid) : It will save record when any changes (also including non dirty dummy fields) in record
  • Fix helper tooltip not accepting html elements

Security

  • Fix XSS vulnerability