diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-28 17:46:31 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-28 17:46:31 +0100 |
commit | 9420da55e9e50cebdbefcb1de977d67dc13ae43e (patch) | |
tree | e2684118a964d9e74796ace9e8ee9c0fd758e45a /ishtar_common/wizards.py | |
parent | 308e0fb9afd3747d7f7822058582ea701a71aaf7 (diff) | |
download | Ishtar-9420da55e9e50cebdbefcb1de977d67dc13ae43e.tar.bz2 Ishtar-9420da55e9e50cebdbefcb1de977d67dc13ae43e.zip |
🐛 Document bulk update: fix to add new author (#5681)
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r-- | ishtar_common/wizards.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |