mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
* Filemanager: Fix unwanted, automatic comment "ask" when uploading to filemanager
This commit is contained in:
@ -349,7 +349,7 @@ export class filemanagerAPP extends EgwApp
|
||||
let widget = _event.data;
|
||||
let value = widget.getValue();
|
||||
value.conflict = _conflict;
|
||||
egw.json(_target, ['upload', value, _path, _conflict],
|
||||
egw.json(_target, ['upload', value, _path],
|
||||
this._upload_callback, this, true, this
|
||||
).sendRequest();
|
||||
widget.set_value('');
|
||||
|
Reference in New Issue
Block a user