Skip to content

Commit

Permalink
Release 7.1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Belloy <p.belloy@axelor.com>
  • Loading branch information
pbe-axelor committed Nov 29, 2024
1 parent 76b7d65 commit bca9caa
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 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)

<details>

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

</details>

* Fix helper tooltip not accepting html elements

#### Security

* Fix XSS vulnerability

## 7.1.10 (2024-11-13)

#### Fix
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/fix-xss-vulnerability.yml

This file was deleted.

0 comments on commit bca9caa

Please sign in to comment.