mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 08:47:46 +02:00
Fix collab editor fails to open files with spaces in their names
This commit is contained in:
@ -769,7 +769,7 @@ app.classes.filemanager = AppJS.extend(
|
||||
{
|
||||
egw.open_link(egw.link('/index.php', {
|
||||
menuaction: 'filemanager.filemanager_ui.editor',
|
||||
path: data.data.download_url
|
||||
path: decodeURIComponent(data.data.download_url)
|
||||
}), '', egw.link_get_registry('filemanager','view_popup'));
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user