forked from extern/egroupware
Fix InfoLog entries without explicit responsible where removed from CalDAV clients when editied.
Caused by not requested info_owner column.
This commit is contained in:
parent
9b77cd9971
commit
cd3e58f506
@ -262,7 +262,7 @@ class infolog_groupdav extends Api\CalDAV\Handler
|
||||
|
||||
if (!$calendar_data)
|
||||
{
|
||||
$query['cols'] = array('main.info_id AS info_id', 'info_datemodified', 'info_uid', 'caldav_name', 'info_subject', 'info_status');
|
||||
$query['cols'] = array('main.info_id AS info_id', 'info_datemodified', 'info_uid', 'caldav_name', 'info_subject', 'info_status', 'info_owner');
|
||||
}
|
||||
|
||||
if (is_array($start))
|
||||
|
Loading…
Reference in New Issue
Block a user