| 
														
															@@ -235,7 +235,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       const cardCommentReactions = this.join(CardCommentReactions); 
														 | 
														
														 | 
														
															       const cardCommentReactions = this.join(CardCommentReactions); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       cardCommentReactions.selector = _ids => ({ cardId: _ids }); 
														 | 
														
														 | 
														
															       cardCommentReactions.selector = _ids => ({ cardId: _ids }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       const attachments = this.join(Attachments.collection); 
														 | 
														
														 | 
														
															       const attachments = this.join(Attachments.collection); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      attachments.selector = _ids => ({ cardId: _ids }); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      attachments.selector = _ids => ({ 'meta.cardId': _ids }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       const checklists = this.join(Checklists); 
														 | 
														
														 | 
														
															       const checklists = this.join(Checklists); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       checklists.selector = _ids => ({ cardId: _ids }); 
														 | 
														
														 | 
														
															       checklists.selector = _ids => ({ cardId: _ids }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       const checklistItems = this.join(ChecklistItems); 
														 | 
														
														 | 
														
															       const checklistItems = this.join(ChecklistItems); 
														 |