First swimlane draft, no functionality

This commit is contained in:
Andrés Manelli 2018-01-19 12:22:03 -03:00
parent 8b6a2eade3
commit 690a5b9703
16 changed files with 474 additions and 173 deletions

View file

@ -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