Merge pull request #22437 from owncloud/fix_14095

Allow searching for single character users to share with
This commit is contained in:
Thomas Müller 2016-02-17 10:58:14 +01:00
commit 774109b762

View file

@ -323,7 +323,7 @@
var $shareField = this.$el.find('.shareWithField');
if ($shareField.length) {
$shareField.autocomplete({
minLength: 2,
minLength: 1,
delay: 750,
focus: function(event) {
event.preventDefault();