View Issue Details

IDProjectCategoryView StatusLast Update
0027005mantisbttime trackingpublic2021-03-07 18:29
Reporterabc874 Assigned Todregad  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.24.1 
Target Version2.25.0Fixed in Version2.25.0 
Summary0027005: User list in time tracking summary is not sorted
Description

Using 'Get Time Tracking Information' button in every issue users appearing in 'random' order.

Alphabetical list is easier to use.

TagsNo tags attached.

Activities

abc874

abc874

2020-06-03 18:09

reporter   ~0064061

Last edited: 2020-08-01 10:01

Pull request #1674

Related Changesets

MantisBT: master 66b9155a

2020-08-01 06:53

dregad


Details Diff
Time tracking: sort times by user name

Based on code from PR https://github.com/mantisbt/mantisbt/pull/1674.

Original contribution was modified as follows :

- perform case insensitive comparison
- call user_get_name() instead of user_get_username(), to have the
correct sort order when $g_show_realname = ON
- also apply sorting on list by issues

Fixes 0027005
Affected Issues
0027005
mod - billing_inc.php Diff File