Skip to content

Commit

Permalink
Fix(occ): set user id for permission sevice from board service
Browse files Browse the repository at this point in the history
Fixes #4010.

Signed-off-by: Max <[email protected]>
max-nextcloud committed Jun 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6fa8480 commit 0419ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Service/BoardService.php
Original file line number Diff line number Diff line change
@@ -138,6 +138,7 @@ public function __construct(
*/
public function setUserId(string $userId): void {
$this->userId = $userId;
$this->permissionService->setUserId($userId);
}

/**

0 comments on commit 0419ebc

Please sign in to comment.