Skip to content

Commit

Permalink
Release 5.2.13
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Belloy <[email protected]>
  • Loading branch information
pbe-axelor committed Sep 8, 2021
1 parent db4a4fa commit 306cc1e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 19 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 5.2.13 (2021-09-08)

#### Fixed

* Fix CSS of invalid BinaryLink
* Fix touchpad click to confirm on a popup
* Fix readonly input in mass update form when grid has readonlyIf in fields
* Fix empty PDF tab with latest Chrome
* Fix dirty checking issue with relational fields

<details>
When some o2m has an onChange action that updates parent record with
`setValues(instance)` the o2m items were wrongly marked as dirty if
the o2m doesn't have named column.
</details>


## 5.2.12 (2021-04-15)

#### Changes
Expand Down
3 changes: 0 additions & 3 deletions changelogs/unreleased/fix-binary-link-invalid-css.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/fix-chrome-empty-pdf.yml

This file was deleted.

7 changes: 0 additions & 7 deletions changelogs/unreleased/fix-dirty-checking-issue.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/fix-mass-update-readonly-if-in-grid.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/fix-popup-confirm-touchpad.yml

This file was deleted.

0 comments on commit 306cc1e

Please sign in to comment.