diff options
author | Cefin <kevon@tuta.io> | 2021-11-02 16:15:29 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-16 17:04:41 +0100 |
commit | d6e2ffe6d0db2a8250c925df621fa9b8fa4a7c6a (patch) | |
tree | 28fcb815f275b09646d83e4f23f30b30285aad1f | |
parent | f6bc40fadfef77fd331acb64586a86541ad93268 (diff) | |
download | Ishtar-d6e2ffe6d0db2a8250c925df621fa9b8fa4a7c6a.tar.bz2 Ishtar-d6e2ffe6d0db2a8250c925df621fa9b8fa4a7c6a.zip |
add collaborators on bulk update on OA search with required set to false #5177
-rw-r--r-- | archaeological_operations/forms.py | 2 |
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') ), |