diff --git a/lib/Service/BoardService.php b/lib/Service/BoardService.php index 4dd2b05c3..5d6a88ba5 100644 --- a/lib/Service/BoardService.php +++ b/lib/Service/BoardService.php @@ -677,7 +677,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 {