mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 15:34:07 +01:00
Add Feature: allow user to search Lists in Board
This commit is contained in:
parent
d2d4840758
commit
32f50e1658
6 changed files with 236 additions and 219 deletions
|
|
@ -269,6 +269,10 @@ Lists.helpers({
|
|||
return this.starred === true;
|
||||
},
|
||||
|
||||
absoluteUrl() {
|
||||
const card = Cards.findOne({ listId: this._id });
|
||||
return card && card.absoluteUrl();
|
||||
},
|
||||
remove() {
|
||||
Lists.remove({ _id: this._id });
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue