Add superuser config for prefix autocomplete setting
This commit is contained in:
parent
c6aad5fef0
commit
c105123ad4
2 changed files with 12 additions and 0 deletions
|
@ -1239,6 +1239,17 @@
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="non-input">Prefix username autocompletion:</td>
|
||||
<td colspan="2">
|
||||
<div class="config-bool-field" binding="config.FEATURE_PARTIAL_USER_AUTOCOMPLETE">
|
||||
Allow prefix username autocompletion
|
||||
</div>
|
||||
<div class="help-text">
|
||||
If disabled, autocompletion for users will only match on exact usernames.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-show="config.FEATURE_MAILING">
|
||||
<td class="non-input">Team Invitations:</td>
|
||||
<td colspan="2">
|
||||
|
|
Reference in a new issue