[#7101] Modifiying of tasks via webdav doesn't work
Summary Modifiying of tasks via webdav doesn't work
Queue Nag
Queue Version HEAD
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester adrieder (at) sbox (dot) tugraz (dot) at
Created 07/23/2008 (120 days ago)
Due 07/23/2008 (120 days ago)
Updated 07/23/2008 (120 days ago)
Assigned
Resolved 07/23/2008 (120 days ago)
Attachments
Milestone
Patch No

History
07/23/2008 adrieder (at) sbox (dot) tugraz (dot) at Comment #4 Reply to this comment
PLEASE update first next time. Thanks.
sorry again, the problem was solved while I was looking into it and 
tried to find the cause...
I really try to keep up to date my testing system, but since you all 
are doing such a great job in developing Horde it is sometimes not easy.
I hope you can accept my apologizes  ;-)

07/23/2008 Chuck Hagenbuch Comment #3 Reply to this comment
PLEASE update first next time. Thanks.
07/23/2008 Michael Rubinsky State ⇒ Not A Bug
 
07/23/2008 adrieder (at) sbox (dot) tugraz (dot) at Comment #2 Reply to this comment
It turned out that a cvs update solved the problem. Sorry....
07/23/2008 adrieder (at) sbox (dot) tugraz (dot) at Comment #1
Patch ⇒
Milestone ⇒
Queue ⇒ Nag
Due ⇒ 07/23/2008
Summary ⇒ Modifiying of tasks via webdav doesn't work
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Reply to this comment
When trying to modify a task in sunbird via webdav I get the following 
fatal error:

PHP Fatal error:  Call to undefined method PEAR_Error::get() in 
/usr/local/apache/htdocs/horde/nag/lib/Driver.php on line 347

Strange that it happens there, since I do not try to move the task to 
anoter task list.
It seems that $tasklist is "null" (doesn't get passed by the api call) 
so the driver considers the modification as a move to another 
tasklist, which of course is not the desired action (see line 332).