feat: add api endpoint and UI to transfer a board to a different user
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
committed by
Julius Härtl
parent
3bb99a9001
commit
691abb02d8
@@ -743,6 +743,12 @@ class BoardService {
|
||||
$this->boardsCache = null;
|
||||
}
|
||||
|
||||
private function getBoardOwner($boardId) {
|
||||
$board = $this->boardMapper->find($boardId);
|
||||
|
||||
return $board->getOwner();
|
||||
}
|
||||
|
||||
/**
|
||||
* Clean a given board data from the Cache
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user