Merge pull request #3781 from nextcloud/backport/3777/stable22
[stable22] Fetch full board data after cloning
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user