Summary | PermissionDenied exception in Kronolith_Api::listBy breaks syncml |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | mrubinsk (at) horde (dot) org |
Requester | stefandoesinger (at) gmx (dot) at |
Created | 07/18/2011 (5100 days ago) |
Due | |
Updated | 07/18/2011 (5100 days ago) |
Assigned | |
Resolved | 07/18/2011 (5100 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
glorious idea to turn on logging. Thanks for the swift fix!
Assigned to Michael Rubinsky
State ⇒ Resolved
Fix variable name, and fix syncing in certain situations.
Bug: 10354Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5c26b427850de012125f196070f45f512f9dec11
Priority ⇒ 3. High
New Attachment: kronolith_api.diff
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ PermissionDenied exception in Kronolith_Api::listBy breaks syncml
Type ⇒ Bug
State ⇒ Unconfirmed
does not pick up server side changes. This happens due to a
PermissionDenied exception thrown in Kronolith_Api::listBy. I suspect
that the problem is caused by a typo in this function.
The attached diff fixes the issue for me. I'm not sure how correct the
change is, but considering that $calendar is empty in this codepath
and $c is the iterator over the selected sync calendars it looks like
a logical fix.