mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 19:49:38 -04:00
Merge pull request #35404 from nextcloud/backport/34642/stable25
[stable25] Revert minimum length for tags
This commit is contained in:
commit
afba77caee
6 changed files with 6 additions and 8 deletions
|
|
@ -110,7 +110,6 @@
|
|||
toggleSelect: true,
|
||||
separator: ',',
|
||||
query: _.bind(this._queryTagsAutocomplete, this),
|
||||
minimumInputLength: 3,
|
||||
|
||||
id(tag) {
|
||||
return tag.id
|
||||
|
|
|
|||
|
|
@ -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
vendored
4
dist/core-systemtags.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-systemtags.js.map
vendored
2
dist/core-systemtags.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/systemtags-systemtags.js
vendored
4
dist/systemtags-systemtags.js
vendored
File diff suppressed because one or more lines are too long
2
dist/systemtags-systemtags.js.map
vendored
2
dist/systemtags-systemtags.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue