Skip to content

Commit 81c4600

Browse files
committed
fix(FolderController): Require Groupfolder admin on all endpoints
Signed-off-by: provokateurin <[email protected]>
1 parent 162f327 commit 81c4600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Controller/FolderController.php

+1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ private function folderDataForXML(array $data): array {
278278

279279
/**
280280
* @NoAdminRequired
281+
* @RequireGroupFolderAdmin
281282
*/
282283
public function aclMappingSearch(int $id, ?int $fileId, string $search = ''): DataResponse {
283284
$users = [];

0 commit comments

Comments
 (0)