Summary | group by lastname regardless of name_format |
Queue | Turba |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | steinhof (at) umich (dot) edu |
Created | 05/19/2008 (6268 days ago) |
Due | 05/19/2008 (6268 days ago) |
Updated | 04/21/2014 (4105 days ago) |
Assigned | |
Resolved | 10/26/2009 (5743 days ago) |
Milestone | 2.3.3 |
Patch | Yes |
Add preference for the name format to use for sorting (
Request #6721).http://git.horde.org/diff.php/turba/config/prefs.php.dist?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=389b41d559898ac62fa341280ab6456a6cec9b27
http://git.horde.org/diff.php/turba/docs/CHANGES?rt=horde-git&r1=22cc3bd172f3008642e5453f649cf1fc2848201e&r2=389b41d559898ac62fa341280ab6456a6cec9b27
http://git.horde.org/diff.php/turba/lib/ListView.php?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=389b41d559898ac62fa341280ab6456a6cec9b27
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=8472cb4e8a8c57b9f9a4a3c71f9933ede673726e&r2=389b41d559898ac62fa341280ab6456a6cec9b27
Add preference for the name format to use for sorting (
Request #6721).http://git.horde.org/diff.php/turba/config/prefs.php.dist?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=389b41d559898ac62fa341280ab6456a6cec9b27
http://git.horde.org/diff.php/turba/docs/CHANGES?rt=horde-hatchery&r1=22cc3bd172f3008642e5453f649cf1fc2848201e&r2=389b41d559898ac62fa341280ab6456a6cec9b27
http://git.horde.org/diff.php/turba/lib/ListView.php?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=389b41d559898ac62fa341280ab6456a6cec9b27
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-hatchery&r1=8472cb4e8a8c57b9f9a4a3c71f9933ede673726e&r2=389b41d559898ac62fa341280ab6456a6cec9b27
Add preference for the name format to use for sorting (
Request #6721).http://cvs.horde.org/diff.php/turba/config/prefs.php.dist?rt=horde&r1=1.28.10.10&r2=1.28.10.11&ty=u
http://cvs.horde.org/diff.php/turba/docs/CHANGES?rt=horde&r1=1.181.2.242&r2=1.181.2.243&ty=u
http://cvs.horde.org/diff.php/turba/lib/ListView.php?rt=horde&r1=1.17.10.23&r2=1.17.10.24&ty=u
http://cvs.horde.org/diff.php/turba/lib/Turba.php?rt=horde&r1=1.59.4.45&r2=1.59.4.46&ty=u
Sorry.
Version ⇒ Git master
Milestone ⇒ 2.3.3
Assigned to Jan Schneider
State ⇒ Feedback
Milestone ⇒ 2.3.2
preference. Probably with the same options like the name formatting
itself.
Milestone ⇒ 2.2.1
Patch ⇒ Yes
New Attachment: last_na me_grouping.patch
with to implement this.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ group by lastname regardless of name_format
Due ⇒ 05/19/2008
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ New
my name_format is first_last. Currently, when name_format is
first_last, and I browse my "S" page, I get all of my contacts whose
first name starts with "S". I'd rather always get my contacts whose
last name starts with "S".
I've not found an obvious way to do this with options or in the code.
What would I have to do to implement this behavior?