Merge pull request #987 from nextcloud/bugfix/808/full-owner-details

Always use full owner details
This commit is contained in:
Julius Härtl
2019-04-10 17:26:26 +02:00
committed by GitHub

View File

@@ -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));