mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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)
|
_upload_callback(_data)
|
||||||
{
|
{
|
||||||
if(_data.msg)
|
if(_data.msg || _data.uploaded) window.egw_refresh(_data.msg, this.appname, undefined, undefined, undefined, undefined, undefined, _data.type);
|
||||||
{
|
|
||||||
this.egw.message(_data.msg);
|
|
||||||
}
|
|
||||||
|
|
||||||
let that = this;
|
let that = this;
|
||||||
for (let file in _data.uploaded)
|
for (let file in _data.uploaded)
|
||||||
|
Loading…
Reference in New Issue
Block a user