View Issue Details

IDProjectCategoryView StatusLast Update
0003889mantisbtbugtrackerpublic2004-07-07 19:05
Reportermatt_doran Assigned Toint2str  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Fixed in Version0.19.0a1 
Summary0003889: Small issues related to 'Real Name' changes
Description

In 0.19-DEV ...

  • Reminder page, the user list still uses the username, not the real name.

  • All user lists order by 'username' but display the 'real name'. This can make it hard to find users in the list because they can appear completely out of order.

They should be sorted by 'real name' then 'username', so that if the real name is not entered the sort still behaves ok.

TagsNo tags attached.

Activities

int2str

int2str

2004-05-27 19:18

reporter   ~0005607

Fix checked into CVS.

matt_doran

matt_doran

2004-05-27 23:56

reporter   ~0005610

Found a couple of other issues (and one that wasn't quite fixed). (Thought I'd just reopen, rather than creating a new issue)

  • User list still isn't sorted on reminder page. Even though the SQL was updated in project_get_all_user_rows(), there is a sort at the bottom that resorts the results by username.

    return multi_sort( array_values($t_users), 'username' );

But I guess changing this will have effects elsewhere.

  • The other issue is that once you've selected reporter/assigned in your filters an you "Apply filters". The username appears instead of the real name on the "View Issues" page. We'll catch em all eventually. :)
int2str

int2str

2004-05-28 01:11

reporter   ~0005612

Commited additional fixes :)

Related Changesets

MantisBT: master c01dd920

2004-05-27 20:21

int2str


Details Diff
* Fix 0003889: Sort by realname, then username

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2589 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003889
mod - bug_monitor_list_view_inc.php Diff File
mod - core/project_api.php Diff File
mod - core/print_api.php Diff File