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-04 10:29:29 +00:00
committed by backportbot-nextcloud[bot]
parent 316f5fb25a
commit 43e91b9082
+1 -1
View File
@@ -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 {