mirror of
https://github.com/wekan/wekan.git
synced 2026-02-26 01:44:07 +01:00
Add checklist feature
This commit is contained in:
parent
38c143b8bf
commit
59731af139
15 changed files with 462 additions and 2 deletions
|
|
@ -98,6 +98,7 @@ Meteor.publishRelations('board', function(boardId) {
|
|||
this.cursor(Cards.find({ boardId }), function(cardId) {
|
||||
this.cursor(CardComments.find({ cardId }));
|
||||
this.cursor(Attachments.find({ cardId }));
|
||||
this.cursor(Checklists.find({ cardId }));
|
||||
});
|
||||
|
||||
if (board.members) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue