diff --git a/api/js/etemplate/expose.js b/api/js/etemplate/expose.js index 45a19cff24..28aac146b4 100644 --- a/api/js/etemplate/expose.js +++ b/api/js/etemplate/expose.js @@ -415,7 +415,8 @@ function expose (widget) { egw.open_link(egw.link('/index.php', { menuaction: fe.edit.menuaction, - path: _value.path + path: _value.path, + cd: 'no' // needed to not reload framework in sharing }), '', fe.edit_popup); } } diff --git a/filemanager/inc/class.filemanager_hooks.inc.php b/filemanager/inc/class.filemanager_hooks.inc.php index 2bc1f227a3..995076cec0 100644 --- a/filemanager/inc/class.filemanager_hooks.inc.php +++ b/filemanager/inc/class.filemanager_hooks.inc.php @@ -311,7 +311,7 @@ class filemanager_hooks ); foreach ($implemented as $app) { - if (($l = Api\Hooks::process('filemanager-editor-link')) && $l[$app]) + if (($l = Api\Hooks::process('filemanager-editor-link','collabora', true)) && $l[$app]) { $link = $l[$app]; }