Enhance activity list with comment data
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -482,4 +482,8 @@ app.controller('BoardController', function ($rootScope, $scope, $stateParams, St
|
||||
}
|
||||
return card.attachmentCount;
|
||||
};
|
||||
|
||||
$scope.unreadCommentCount = function(card) {
|
||||
return card.commentsUnread;
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user