Summary | Kolab driver: Use default notepad in getByUid() if no notepad is given |
Queue | Mnemo |
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 | 10/23/2013 (4309 days ago) |
Due | |
Updated | 11/21/2013 (4280 days ago) |
Assigned | |
Resolved | 11/21/2013 (4280 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Assigned to Michael Rubinsky
State ⇒ Resolved
commit f76e66f013a6bb8e3b725546e1c2c973c8240c94
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Wed Oct 23 11:09:03 2013 +0200
Kolab driver: Use default notepad in getByUid() if no notepad is
given.
Bug #12786.This fixes ActiveSync support using Kolab.
The proper fix is to search across all notepads,
though I doubt that is going to happen soon.
So let's get it working at all.
Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
mnemo/lib/Driver/Kolab.php | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/f76e66f013a6bb8e3b725546e1c2c973c8240c94
New Attachment: 0001-Kolab-driver-Use-default-notepad-in-getByUid-if-no-n.patch
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kolab driver: Use default notepad in getByUid() if no notepad is given
Queue ⇒ Mnemo
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
The proper fix is to search across all notepads,
though I doubt that is going to happen soon.
So let's get it working at all.
Patch follows.