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:
Max
2023-06-14 11:12:58 +02:00
committed by backportbot-nextcloud[bot]
parent 1713343dd4
commit 10bda7253e

View File

@@ -126,6 +126,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);
} }
/** /**