Summary | GAL output format |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | horde (at) albasoft (dot) com |
Created | 08/26/2013 (4338 days ago) |
Due | |
Updated | 08/26/2013 (4338 days ago) |
Assigned | |
Resolved | 08/26/2013 (4338 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit bcf1ebccd18c60ad0e45edeee2699a9d94d4fad3
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Aug 26 16:50:19 2013 -0400
Bug: 12624Fix nesting of SEARCH_RANGE and SEARCH_TOTAL..../lib/Horde/ActiveSync/Request/Search.php | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/bcf1ebccd18c60ad0e45edeee2699a9d94d4fad3
Assigned to Michael Rubinsky
State ⇒ Resolved
in Git, and is now fixed.
Priority ⇒ 1. Low
New Attachment: hordewm5-activesync_galoutput.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ GAL output format
Type ⇒ Bug
State ⇒ Unconfirmed
https://play.google.com/store/apps/details?id=net.vivekiyer.GAL ) to
search GAL from devices lacking this feature.
Making a query that returns just one record works OK, but it fails if
more than one record is returned.
Looking at logs, it seems to me that output is not correctly
formatted. Range and Total tags are repeated after every record.
Attached patch fixes this, and "Corporate Addressbook" works as expected.