diff options
author | Cefin <kevon@tuta.io> | 2021-11-02 16:15:29 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:49 +0200 |
commit | 240b6419969de6263102db25b0557a1f906d6f23 (patch) | |
tree | 01cd0f39bb98556d8d53d89fc7f1844db88b9e8c | |
parent | 17e1eb0475f063b0f2bb4a495905452255333e61 (diff) | |
download | Ishtar-240b6419969de6263102db25b0557a1f906d6f23.tar.bz2 Ishtar-240b6419969de6263102db25b0557a1f906d6f23.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 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') ), |