mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- Restriction UI warning
- create folder restriction - fixed UI bugs
This commit is contained in:
@@ -126,7 +126,7 @@ class FileTest extends TestCase
|
||||
'file' => $file,
|
||||
'parent_id' => null,
|
||||
'is_last' => 'true',
|
||||
])->assertStatus(423);
|
||||
])->assertStatus(401);
|
||||
|
||||
Storage::disk('local')->assertMissing(
|
||||
"files/$user->id/fake-file.jpeg"
|
||||
|
||||
Reference in New Issue
Block a user