Fix(occ): set user id for permission sevice from board service
Fixes #4010. Signed-off-by: Max <max@nextcloud.com>
This commit is contained in:
committed by
backportbot-nextcloud[bot]
parent
8946e150bd
commit
f0619912ff
@@ -128,6 +128,7 @@ class BoardService {
|
|||||||
*/
|
*/
|
||||||
public function setUserId(string $userId): void {
|
public function setUserId(string $userId): void {
|
||||||
$this->userId = $userId;
|
$this->userId = $userId;
|
||||||
|
$this->permissionService->setUserId($userId);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user