mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix broken Collabora config stalls display of mail list
This commit is contained in:
parent
843aaae63c
commit
cdb0998bee
@ -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