зеркало из https://github.com/nextcloud/deck.git
Merge pull request #3777 from nextcloud/bugfix/noid/clone-full-data
Fetch full board data after cloning
This commit is contained in:
Коммит
8947cebf04
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче