diff --git a/lib/Service/BoardService.php b/lib/Service/BoardService.php index 4927afc76..d660c08c0 100644 --- a/lib/Service/BoardService.php +++ b/lib/Service/BoardService.php @@ -676,7 +676,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 {