From 9420da55e9e50cebdbefcb1de977d67dc13ae43e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 28 Nov 2023 17:46:31 +0100 Subject: 🐛 Document bulk update: fix to add new author (#5681) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 1 + changelog/fr/changelog_2023-01-25.md | 1 + ishtar_common/wizards.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 92c87144e..26b4a7bbe 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -7,6 +7,7 @@ v4.0.67 - 2023-11-28 - fix migration: provide default for complete id and cached label (#5674) - fix "default center" field (#5675) - Document table: fix performance issue on sort (#5667) +- Document bulk update: fix to add new author (#5681) v4.0.66 - 2023-11-22 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 5295d75d5..773a71b85 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -7,6 +7,7 @@ v4.0.67 - 2023-11-28 - correction de migration de base de données : valeur par défaut pour l'identifiant complet et le libellé mise en cache (#5674) - correction du champ "centre par défaut" (#5675) - Table documents : correction d'un problème de performance lors du tri (#5667) +- Document - Formulaire de mise à jour groupée : correction de l'ajout de nouveau auteur (#5681) v4.0.66 - 2023-11-22 -------------------- diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index aa5e1804d..e8be78932 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -96,7 +96,7 @@ def filter_no_fields_form(form, other_check=None): return func -EXTRA_FORM_MODALS = ["container", "warehouse", "person", "organization"] +EXTRA_FORM_MODALS = ["container", "warehouse", "author", "person", "organization"] class IshtarWizard(NamedUrlWizardView): -- cgit v1.2.3