diff --git a/lib/Service/CardService.php b/lib/Service/CardService.php index 46f7dad5b..58b8fc2ba 100644 --- a/lib/Service/CardService.php +++ b/lib/Service/CardService.php @@ -99,6 +99,7 @@ class CardService { public function enrich($card) { $cardId = $card->getId(); + $this->cardMapper->mapOwner($card); $card->setAssignedUsers($this->assignedUsersMapper->find($cardId)); $card->setLabels($this->labelMapper->findAssignedLabelsForCard($cardId)); $card->setAttachmentCount($this->attachmentService->count($cardId));