mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-17 10:45:01 +00:00
- gate implementation
- protected shared view fix
This commit is contained in:
@@ -20,7 +20,7 @@ class VerifyAccessToItemWithinAction
|
||||
): void {
|
||||
// Check by parent folder permission
|
||||
if ($shared->type === 'folder') {
|
||||
($this->verifyAccessToItem)($file->folder_id, $shared);
|
||||
($this->verifyAccessToItem)($file->parent_id, $shared);
|
||||
}
|
||||
|
||||
// Check by single file permission
|
||||
|
||||
Reference in New Issue
Block a user