forked from extern/egroupware
Refresh filemanager list after open document save operation
This commit is contained in:
parent
d26d1dd7f8
commit
8bfddfa9ba
@ -1205,6 +1205,7 @@ app.classes.filemanager = AppJS.extend(
|
||||
if (!file_path.match(/\.odt$/,'ig')) file_path += '.odt';
|
||||
widgetFilePath.set_value(file_path);
|
||||
self.editor.getDocumentAsByteArray(saveByteArrayLocally);
|
||||
egw.refresh('','filemanager');
|
||||
}
|
||||
});
|
||||
// start the file selector dialog
|
||||
|
Loading…
Reference in New Issue
Block a user