Summary | Recurring tasks: Monthly or yearly recurrence on a given weekday is broken |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 04/26/2013 (4494 days ago) |
Due | |
Updated | 05/01/2013 (4489 days ago) |
Assigned | 04/26/2013 (4494 days ago) |
Resolved | 05/01/2013 (4489 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit 0ea9553dd4285b9dadaf732b11247aa3b1afd922
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Wed May 1 14:35:16 2013 -0400
Bug: 12223Add missing day of week mapping.Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
.../lib/Horde/ActiveSync/Message/Task.php | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/0ea9553dd4285b9dadaf732b11247aa3b1afd922
commit 967ce2350c2791f81e285552800dc0f265008eef
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Wed May 1 14:35:16 2013 -0400
Bug: 12223Add missing day of week mapping.Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
.../lib/Horde/ActiveSync/Message/Task.php | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/967ce2350c2791f81e285552800dc0f265008eef
State ⇒ Assigned
-----------------------------------
...
2013-04-26T15:59:16+02:00 DEBUG: [22821]
Horde_Core_ActiveSync_Driver::getMessage(@Tasks@,
mxstore{2aba932e-21e3-5740-9601-0b71c411a005}<eidFld::<()-0x0-0x0-0x0><SE:0x205ea4><RK:241eb338b0e0d646aeb18811212cb90d>>)
2013-04-26T15:59:16+02:00 ERR: Unknown property: _dayOfWeekMap
...
-----------------------------------
New Attachment: 0001-Recurring-tasks-Add-weekday-translation-mapping-bug-.patch
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Recurring tasks: Monthly or yearly recurrence on a given weekday is broken
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
a monthly or yearly recurrence on a given weekday is broken
as the "task" message object lacks a needed property translation table.
Attached patch steals the mapping from the appointment driver.
Thomas