mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
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';
|
if (!file_path.match(/\.odt$/,'ig')) file_path += '.odt';
|
||||||
widgetFilePath.set_value(file_path);
|
widgetFilePath.set_value(file_path);
|
||||||
self.editor.getDocumentAsByteArray(saveByteArrayLocally);
|
self.editor.getDocumentAsByteArray(saveByteArrayLocally);
|
||||||
|
egw.refresh('','filemanager');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// start the file selector dialog
|
// start the file selector dialog
|
||||||
|
Loading…
Reference in New Issue
Block a user