From 306cc1ea3b5d34e09aa77045363371a90121c268 Mon Sep 17 00:00:00 2001 From: Pierre Belloy Date: Wed, 8 Sep 2021 14:01:13 +0200 Subject: [PATCH] Release 5.2.13 Signed-off-by: Pierre Belloy --- CHANGELOG.md | 17 +++++++++++++++++ .../unreleased/fix-binary-link-invalid-css.yml | 3 --- changelogs/unreleased/fix-chrome-empty-pdf.yml | 3 --- .../unreleased/fix-dirty-checking-issue.yml | 7 ------- .../fix-mass-update-readonly-if-in-grid.yml | 3 --- .../unreleased/fix-popup-confirm-touchpad.yml | 3 --- 6 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 changelogs/unreleased/fix-binary-link-invalid-css.yml delete mode 100644 changelogs/unreleased/fix-chrome-empty-pdf.yml delete mode 100644 changelogs/unreleased/fix-dirty-checking-issue.yml delete mode 100644 changelogs/unreleased/fix-mass-update-readonly-if-in-grid.yml delete mode 100644 changelogs/unreleased/fix-popup-confirm-touchpad.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 0325b0c190..fbadd0cdc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + +
+ 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. +
+ + ## 5.2.12 (2021-04-15) #### Changes diff --git a/changelogs/unreleased/fix-binary-link-invalid-css.yml b/changelogs/unreleased/fix-binary-link-invalid-css.yml deleted file mode 100644 index de73b91386..0000000000 --- a/changelogs/unreleased/fix-binary-link-invalid-css.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Fix CSS of invalid BinaryLink -type: fix diff --git a/changelogs/unreleased/fix-chrome-empty-pdf.yml b/changelogs/unreleased/fix-chrome-empty-pdf.yml deleted file mode 100644 index 52b3fb04ee..0000000000 --- a/changelogs/unreleased/fix-chrome-empty-pdf.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Fix empty PDF tab with latest Chrome -type: fix diff --git a/changelogs/unreleased/fix-dirty-checking-issue.yml b/changelogs/unreleased/fix-dirty-checking-issue.yml deleted file mode 100644 index 60cb85fe86..0000000000 --- a/changelogs/unreleased/fix-dirty-checking-issue.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Fix dirty checking issue with relational fields -type: fix -description: | - 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. diff --git a/changelogs/unreleased/fix-mass-update-readonly-if-in-grid.yml b/changelogs/unreleased/fix-mass-update-readonly-if-in-grid.yml deleted file mode 100644 index 6a0f08259e..0000000000 --- a/changelogs/unreleased/fix-mass-update-readonly-if-in-grid.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Fix readonly input in mass update form when grid has readonlyIf in fields -type: fix diff --git a/changelogs/unreleased/fix-popup-confirm-touchpad.yml b/changelogs/unreleased/fix-popup-confirm-touchpad.yml deleted file mode 100644 index cd6632c8d4..0000000000 --- a/changelogs/unreleased/fix-popup-confirm-touchpad.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Fix touchpad click to confirm on a popup -type: fix