Refresh filemanager list after open document save operation

This commit is contained in:
Hadi Nategh 2016-07-21 11:50:52 +02:00
parent d26d1dd7f8
commit 8bfddfa9ba

View File

@ -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