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 --- ishtar_common/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common') 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