forked from extern/egroupware
need to load custom fields now allways, as x-props and unsupported components are stored there
This commit is contained in:
parent
ac5da046e4
commit
ca28153b25
@ -208,6 +208,7 @@ class infolog_groupdav extends groupdav_handler
|
|||||||
'filter' => $task_filter,
|
'filter' => $task_filter,
|
||||||
'date_format' => 'server',
|
'date_format' => 'server',
|
||||||
'col_filter' => $filter,
|
'col_filter' => $filter,
|
||||||
|
'custom_fields' => true, // otherwise custom fields get NOT loaded!
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!$calendar_data)
|
if (!$calendar_data)
|
||||||
|
Loading…
Reference in New Issue
Block a user