mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 23:51:48 +01:00
Fix : Filter List by Card Title #3594
This commit is contained in:
parent
31af30175b
commit
5b5b8fe427
2 changed files with 38 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ BlazeComponent.extendComponent({
|
|||
{
|
||||
'submit .js-list-filter'(evt) {
|
||||
evt.preventDefault();
|
||||
Filter.lists.set(this.find('.js-list-filter input').value.trim());
|
||||
Filter.title.set(this.find('.js-list-filter input').value.trim());
|
||||
},
|
||||
'click .js-toggle-label-filter'(evt) {
|
||||
evt.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue