Summary | Address Book Sorting and Listing |
Queue | Turba |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , mrubinsk (at) horde (dot) org |
Requester | simon.buongiorno (at) gmail (dot) com |
Created | 12/04/2015 (3499 days ago) |
Due | |
Updated | 01/30/2016 (3442 days ago) |
Assigned | 01/25/2016 (3447 days ago) |
Resolved | 01/30/2016 (3442 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 5.0.0 |
Patch | No |
State ⇒ Resolved
commit fa14bda2fc844b1f95896d75cf99fc4379f1347c
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Jan 30 14:45:52 2016 -0500
Bug: 14183Fix sorting regression introduced with tag filtering.turba/lib/Driver.php | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/fa14bda2fc844b1f95896d75cf99fc4379f1347c
We are completely ignoring the display/sort preferences the user sets
in the prefs UI for the sort_order pref that is (supposed) to be used
when changing the sort manually in the UI.
State ⇒ Assigned
Milestone ⇒ 5.0.0
Priority ⇒ 1. Low
Assigned to
New Attachment: turba.sorting.png
see, I tried to sort on the first name column to resolve this and
still nada..
Simon
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Due ⇒ 01/01/2016
Summary ⇒ Address Book Sorting and Listing
Type ⇒ Bug
In my Turba preferences, I have it set to display AND sort names by
"Firstname Lastname".
This has always given me a listing like:
Andrew Zulu
Anne Aardvark
Bertha Siegfried
Charlie Michaels
This is the way my phone displays it as well
However, what I have at the moment in Turba is:
Anne Aardvark
Charlie Michaels
Bertha Siegfried
Andrew Zulu
Horde Horde (horde) 5.3.0-git
Address Book (turba) 4.3.0-git
I don?t have this issue in my production system (Horde 5.1.8) and no
amount of resorting by name, last name, first name, email or anything
will bring it back to a proper Firstname Lastname order.