Merge pull request #3780 from nextcloud/backport/3777/stable23

[stable23] Fetch full board data after cloning
This commit is contained in:
Julius Härtl
2022-05-04 17:17:10 +02:00
committed by GitHub

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 {