diff --git a/lib/Service/BoardService.php b/lib/Service/BoardService.php index e1cfc8023..185e887c8 100644 --- a/lib/Service/BoardService.php +++ b/lib/Service/BoardService.php @@ -679,7 +679,7 @@ class BoardService { $this->stackMapper->insert($newStack); } - return $newBoard; + return $this->find($newBoard->getId()); } public function transferBoardOwnership(int $boardId, string $newOwner, bool $changeContent = false): Board {