From 4f5423c36e7556d169562ea58e26fa260c91126a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Sep 2019 14:57:28 +0200 Subject: Documents: fix new author shortcut --- ishtar_common/forms_common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/forms_common.py') diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index d34c0d23f..b8272a9f3 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -1202,6 +1202,7 @@ class DocumentForm(forms.ModelForm, CustomForm, ManageOldType): form_admin_name = _("Document - General") form_slug = "document-general" file_upload = True + extra_form_modals = ["author", "person", "organization"] associated_models = {'source_type': models.SourceType} pk = forms.IntegerField(label="", required=False, widget=forms.HiddenInput) -- cgit v1.2.3