From 240b6419969de6263102db25b0557a1f906d6f23 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 6f3c027a7..68b87698f 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