W.I.P. migrating of Collabeditor (webodf) from filemanager and Api to an individual app

This commit is contained in:
Hadi Nategh
2017-12-19 18:48:40 +01:00
parent 26aacd8434
commit 652a23be7c
253 changed files with 523 additions and 196 deletions

View File

@ -780,10 +780,11 @@ app.classes.filemanager = AppJS.extend(
}
else if (mime && this.isEditable(_action, _senders))
{
var fe = egw.link_get_registry('filemanager-editor');
egw.open_link(egw.link('/index.php', {
menuaction: 'filemanager.filemanager_ui.editor',
menuaction: fe.edit.menuaction,
path: decodeURIComponent(data.data.download_url)
}), '', egw.link_get_registry('filemanager','view_popup'));
}), '', fe.edit_popup);
}
else
{