#48 Changes autocomplete
* changes the autocomplete route for user retrieving from _istartswith to full qualified check * extends the help text for form to inform about full qualified username needed * updates translation
This commit is contained in:
@@ -36,7 +36,7 @@ class ShareModalForm(BaseModalForm):
|
||||
user_select = forms.ModelMultipleChoiceField(
|
||||
label=_("Add user to share with"),
|
||||
label_suffix="",
|
||||
help_text=_("Multiple selection possible - You can only select users which do not already have access"),
|
||||
help_text=_("Multiple selection possible - You can only select users which do not already have access. Enter the full username."),
|
||||
required=False,
|
||||
queryset=User.objects.all(),
|
||||
widget=autocomplete.ModelSelect2Multiple(
|
||||
|
||||
Reference in New Issue
Block a user