| Summary | name_format adversly effecting sortorder / sortorder broken |
| Queue | Turba |
| Queue Version | 2.2-RC2 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | liamr (at) deathstar (dot) org |
| Created | 01/30/2008 (6488 days ago) |
| Due | |
| Updated | 04/04/2008 (6423 days ago) |
| Assigned | 02/28/2008 (6459 days ago) |
| Resolved | 04/04/2008 (6423 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
is able to reproduce it, you should try to further track this down.
set to "last_first".
If that's how it's supposed to work, I guess it's working.
Taken from
State ⇒ Feedback
State ⇒ Assigned
Priority ⇒ 2. Medium
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ name_format adversly effecting sortorder / sortorder broken
Queue ⇒ Turba
State ⇒ Unconfirmed
value is to sort by lastname:
$_prefs['sortorder'] = array(
'value' =>
'a:1:{i:0;a:2:{s:5:"field";s:8:"lastname";s:9:"ascending";b:1;}}',
'locked' => false,
'shared' => false,
'type' => 'implicit',
);
but it won't actually do that unless $_prefs['name_format'] is set to
"last_first".