From 97bec1ff151bb1cc6c9e90b4d688391cc8213066 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 4 Dec 2025 11:22:30 +0100 Subject: 🐛 Document form: fix displaying of warehouse form from new container form (refs #6515) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/forms_common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index 1940a15cd..ca42c978d 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -1996,7 +1996,8 @@ class DocumentForm(forms.ModelForm, CustomForm, ManageOldType): form_admin_name = _("Document - 010 - General") form_slug = "document-general" file_upload = True - extra_form_modals = ["author", "person", "organization", "documenttag", "container"] + extra_form_modals = ["author", "person", "organization", "documenttag", "container", + "warehouse"] associated_models = { "source_type": models.SourceType, "support_type": models.SupportType, -- cgit v1.2.3