summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorCefin <kevon@tuta.io>2021-11-02 16:15:29 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-07-08 09:58:49 +0200
commit240b6419969de6263102db25b0557a1f906d6f23 (patch)
tree01cd0f39bb98556d8d53d89fc7f1844db88b9e8c /archaeological_operations/forms.py
parent17e1eb0475f063b0f2bb4a495905452255333e61 (diff)
downloadIshtar-240b6419969de6263102db25b0557a1f906d6f23.tar.bz2
Ishtar-240b6419969de6263102db25b0557a1f906d6f23.zip
add collaborators on bulk update on OA search with required set to false #5177
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py2
1 files changed, 1 insertions, 1 deletions
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')
),