Browse Source

Merge pull request #34642 from nextcloud/bug/noid/revert-minimum-lenght-for-tags

pull/35406/head
John Molakvoæ 3 years ago
committed by GitHub
parent
commit
b45c62a2cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/systemtags/src/systemtagsfilelist.js
  2. 1
      core/src/systemtags/systemtagsinputfield.js
  3. 4
      dist/core-systemtags.js
  4. 2
      dist/core-systemtags.js.map
  5. 4
      dist/systemtags-systemtags.js
  6. 2
      dist/systemtags-systemtags.js.map

1
apps/systemtags/src/systemtagsfilelist.js

@ -110,7 +110,6 @@
toggleSelect: true,
separator: ',',
query: _.bind(this._queryTagsAutocomplete, this),
minimumInputLength: 3,
id(tag) {
return tag.id

1
core/src/systemtags/systemtagsinputfield.js

@ -385,7 +385,6 @@ import templateSelection from './templates/selection.handlebars'
multiple: this._multiple,
toggleSelect: this._multiple,
query: _.bind(this._queryTagsAutocomplete, this),
minimumInputLength: 3,
id: function(tag) {
return tag.id
},

4
dist/core-systemtags.js
File diff suppressed because it is too large
View File

2
dist/core-systemtags.js.map
File diff suppressed because it is too large
View File

4
dist/systemtags-systemtags.js
File diff suppressed because it is too large
View File

2
dist/systemtags-systemtags.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save