mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 19:33:54 +01:00
Fix VFS upload couldn't show newly uploaded files
This commit is contained in:
parent
4b4d6fe184
commit
dd39305443
@ -923,7 +923,6 @@ export class et2_vfsUpload extends et2_file
|
|||||||
{
|
{
|
||||||
mime.set_value(file_data);
|
mime.set_value(file_data);
|
||||||
vfs.set_value(file_data);
|
vfs.set_value(file_data);
|
||||||
mime.doLoadingFinished();
|
|
||||||
vfs.doLoadingFinished();
|
vfs.doLoadingFinished();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user