From d6e2ffe6d0db2a8250c925df621fa9b8fa4a7c6a Mon Sep 17 00:00:00 2001 From: Cefin Date: Tue, 2 Nov 2021 16:15:29 +0100 Subject: add collaborators on bulk update on OA search with required set to false #5177 --- archaeological_operations/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/forms.py') diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index ae42ab623..6dbb0d2bf 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1890,7 +1890,7 @@ class QAOperationFormMulti(QAForm): choices=QAForm.NULL_BOOL_CHOICES ) qa_collaborators = forms.IntegerField( - label=_("Collaborators"), + label=_("Collaborators"), required=False, widget=widgets.JQueryAutoComplete( reverse_lazy('autocomplete-person') ), -- cgit v1.2.3