mirror of
https://github.com/wekan/wekan.git
synced 2026-02-10 02:04:20 +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
|
|
@ -73,6 +73,7 @@ Meteor.publishRelations('board', function(boardId) {
|
|||
],
|
||||
}, { limit: 1 }), function(boardId, board) {
|
||||
this.cursor(Lists.find({ boardId }));
|
||||
this.cursor(Swimlanes.find({ boardId }));
|
||||
this.cursor(Integrations.find({ boardId }));
|
||||
|
||||
// Cards and cards comments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue