From 5db0f9adf06d56621fef7fcae5a11c1e781e5442 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(-) (limited to 'ishtar_common') diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index 56942fbe0..657b619e6 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -2050,7 +2050,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