Fetch full board data after cloning

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-05-02 17:48:25 +02:00
parent 420a5fa782
commit 9fab40d12a

View File

@@ -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 {