mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 17:48:49 +01:00
First swimlane draft, no functionality
This commit is contained in:
parent
8b6a2eade3
commit
690a5b9703
16 changed files with 474 additions and 173 deletions
|
|
@ -75,10 +75,11 @@ Lists.allow({
|
|||
});
|
||||
|
||||
Lists.helpers({
|
||||
cards() {
|
||||
cards(swimlaneId) {
|
||||
return Cards.find(Filter.mongoSelector({
|
||||
listId: this._id,
|
||||
archived: false,
|
||||
swimlaneId: swimlaneId,
|
||||
}), { sort: ['sort'] });
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue