MantisBT: master 66b9155a

Author Committer Branch Timestamp Parent
dregad dregad master 2020-08-01 06:53 master cf63c0c6
Affected Issues  0027005: User list in time tracking summary is not sorted
Changeset

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

mod - billing_inc.php Diff File