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
1713343dd4
commit
10bda7253e
@@ -126,6 +126,7 @@ class BoardService {
|
||||
*/
|
||||
public function setUserId(string $userId): void {
|
||||
$this->userId = $userId;
|
||||
$this->permissionService->setUserId($userId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user