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-08-30 08:51:09 +00:00
committed by backportbot-nextcloud[bot]
parent 1713343dd4
commit 10bda7253e
+1
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);
} }
/** /**