mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Revert "Filemanager: remove refresh after adding, we use push now"
This reverts commit dcd9430d22
.
This commit is contained in:
parent
cc1ef360ec
commit
1da0af4d2c
@ -540,10 +540,7 @@ export class filemanagerAPP extends EgwApp
|
||||
*/
|
||||
_upload_callback(_data)
|
||||
{
|
||||
if(_data.msg)
|
||||
{
|
||||
this.egw.message(_data.msg);
|
||||
}
|
||||
if(_data.msg || _data.uploaded) window.egw_refresh(_data.msg, this.appname, undefined, undefined, undefined, undefined, undefined, _data.type);
|
||||
|
||||
let that = this;
|
||||
for (let file in _data.uploaded)
|
||||
|
Loading…
Reference in New Issue
Block a user