Summary | ActiveSync: Fix reminder time for tasks |
Queue | Nag |
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/19/2013 (4449 days ago) |
Due | |
Updated | 04/19/2013 (4449 days ago) |
Assigned | 04/19/2013 (4449 days ago) |
Resolved | 04/19/2013 (4449 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit e7fe63dfe6c0bba4fc98b7de1f3c1f8118d0c3c9
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Fri Apr 19 17:20:50 2013 -0400
Bug: 12201Fix setting alarm time when syncing with ActiveSync.Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
nag/lib/Task.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/e7fe63dfe6c0bba4fc98b7de1f3c1f8118d0c3c9
State ⇒ Resolved
commit c628f61812973b2fe819cf0fb91f263855ed87a4
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Fri Apr 19 17:20:50 2013 -0400
Bug: 12201Fix setting alarm time when syncing with ActiveSync.Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
nag/lib/Task.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/c628f61812973b2fe819cf0fb91f263855ed87a4
Assigned to Michael Rubinsky
State ⇒ Assigned
that fully supports Tasks :P
New Attachment: 0001-ActiveSync-Fix-reminder-time-conversion-bug-12201.patch
Patch ⇒ Yes
Again, please keep my Signed-off-by line :)
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ ActiveSync: Fix reminder time for tasks
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
horde stores the reminder time internally in minutes.
We need to convert it for ActiveSync.
Attached patch fixes the issue.
Is anybody even using this stuff besides me?! :o)
Thomas