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>2021-11-16 17:04:41 +0100
commitd6e2ffe6d0db2a8250c925df621fa9b8fa4a7c6a (patch)
tree28fcb815f275b09646d83e4f23f30b30285aad1f /archaeological_operations/forms.py
parentf6bc40fadfef77fd331acb64586a86541ad93268 (diff)
downloadIshtar-d6e2ffe6d0db2a8250c925df621fa9b8fa4a7c6a.tar.bz2
Ishtar-d6e2ffe6d0db2a8250c925df621fa9b8fa4a7c6a.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 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')
),