mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix mime handler for sharing
This commit is contained in:
parent
6152fc4633
commit
fe583421df
@ -415,7 +415,8 @@ function expose (widget)
|
|||||||
{
|
{
|
||||||
egw.open_link(egw.link('/index.php', {
|
egw.open_link(egw.link('/index.php', {
|
||||||
menuaction: fe.edit.menuaction,
|
menuaction: fe.edit.menuaction,
|
||||||
path: _value.path
|
path: _value.path,
|
||||||
|
cd: 'no' // needed to not reload framework in sharing
|
||||||
}), '', fe.edit_popup);
|
}), '', fe.edit_popup);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -311,7 +311,7 @@ class filemanager_hooks
|
|||||||
);
|
);
|
||||||
foreach ($implemented as $app)
|
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];
|
$link = $l[$app];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user