diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-12-04 11:22:30 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-12-04 15:39:52 +0100 |
| commit | c7ed91ad2eb38562c7373b3b8f4b51467f838bd7 (patch) | |
| tree | c9a066be93d1483a1a1a4e187398b97ed207037b | |
| parent | cf7c9a7e5138a7fc06b75547eb3fdb3adcfd2b9b (diff) | |
| download | Ishtar-c7ed91ad2eb38562c7373b3b8f4b51467f838bd7.tar.bz2 Ishtar-c7ed91ad2eb38562c7373b3b8f4b51467f838bd7.zip | |
🐛 Document form: fix displaying of warehouse form from new container form (refs #6515)
| -rw-r--r-- | ishtar_common/forms_common.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index 007be5fe0..0996b2ae9 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -2053,7 +2053,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, |
