Skip to content

Commit

Permalink
fix: Enrich on create
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Dec 19, 2024
1 parent f0e2c94 commit c399d5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Service/CardService.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ public function create($title, $stackId, $type, $order, $owner, $description = '
$this->changeHelper->cardChanged($card->getId(), false);
$this->eventDispatcher->dispatchTyped(new CardCreatedEvent($card));

[$card] = $this->enrichCards([$card]);

return $card;
}

Expand Down

0 comments on commit c399d5c

Please sign in to comment.