[Tickets #6770] Re: Nag task lists over WebDAV don't work
bugs at horde.org
bugs at horde.org
Fri Jun 27 10:07:44 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6770
------------------------------------------------------------------------------
Ticket | 6770
Updated By | bb at apc.ag
Summary | Nag task lists over WebDAV don't work
Queue | Nag
Version | 2.2
Type | Bug
State | Assigned
Priority | 2. Medium
Milestone | 2.2.1
Patch |
Owners | Jan Schneider, Ben Klang
------------------------------------------------------------------------------
bb at apc.ag (2008-06-27 06:07) wrote:
I finally tracked the subtask problem and solved it.
In Driver.php, fromiCalendar($vTodo) reads the parent_id from the
vTodo file and returns that in parent_id. However, line 619 of api.php
uses the parent property for saving, not parent_id. Modifying that
line in this way:
isset($task->parent_id) ? $task->parent_id :
$existing->parent_id,
solves saving subtasks from Kontact.
I tested all cases (creating new task in Horde and in Kontact, editing
existing ones) without error messages or the tasks getting out of
sync. So I propose this change to be made in CVS.
More information about the bugs
mailing list