|  | @@ -100,10 +100,10 @@ export class Exporter {
 | 
	
		
			
				|  |  |      result.lists = ReactiveCache.getLists(byBoard, noBoardId);
 | 
	
		
			
				|  |  |      result.cards = ReactiveCache.getCards(byBoardNoLinked, noBoardId);
 | 
	
		
			
				|  |  |      result.swimlanes = ReactiveCache.getSwimlanes(byBoard, noBoardId);
 | 
	
		
			
				|  |  | -    result.customFields = CustomFields.find(
 | 
	
		
			
				|  |  | +    result.customFields = ReactiveCache.getCustomFields(
 | 
	
		
			
				|  |  |        { boardIds: this._boardId },
 | 
	
		
			
				|  |  |        { fields: { boardIds: 0 } },
 | 
	
		
			
				|  |  | -    ).fetch();
 | 
	
		
			
				|  |  | +    );
 | 
	
		
			
				|  |  |      result.comments = CardComments.find(byBoard, noBoardId).fetch();
 | 
	
		
			
				|  |  |      result.activities = Activities.find(byBoard, noBoardId).fetch();
 | 
	
		
			
				|  |  |      result.rules = Rules.find(byBoard, noBoardId).fetch();
 |