mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 16:59:28 +01:00
fix broken Collabora config stalls display of mail list
This commit is contained in:
parent
adcaa10ec4
commit
ae5701cb01
@ -2529,7 +2529,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
|
||||
if ($GLOBALS['egw_info']['apps']['collabora']
|
||||
&& $GLOBALS['egw_info']['user']['preferences']['filemanager']['document_doubleclick_action'] === 'collabora'
|
||||
&& array_key_exists($value['mimeType'], filemanager_hooks::getEditorPrefMimes()))
|
||||
&& array_key_exists($value['mimeType'], filemanager_hooks::getEditorPrefMimes() ?: []))
|
||||
{
|
||||
$attachmentHTML[$key]['actions'] = 'collabora';
|
||||
$attachmentHTML[$key]['actionsDefaultLabel'] = 'Open with Collabora';
|
||||
|
Loading…
Reference in New Issue
Block a user