Vote #66320
完了Issue Summary tables that list by user are not sorted
0%
説明
I frequently use the Issue Summary page - for example see this one:
http://www.redmine.org/projects/redmine/issues/report
The Assigned To and Author tables categorise issues for different people on the project, but dont seem to be sorted by either first or last name.
As the number of people who have ever worked on a project grows, so this list gets harder and harder to use - I find myself scanning up and down looking for a particular name.
Please could we sort alphabetically?
!sort.jpg!
journals
I don't think it should be too hard to get sorted according to a particular key (I'd wager it's the id of the db entry at the moment), but if we're at it, it shouldn't be too much of a stretch to make it sortable by any of the columns, as it is currently the case in the issue list?
--------------------------------------------------------------------------------
Fixed in r3323.
Felix Schäfer wrote:
> I don't think it should be too hard to get sorted according to a particular key (I'd wager it's the id of the db entry at the moment), but if we're at it, it shouldn't be too much of a stretch to make it sortable by any of the columns, as it is currently the case in the issue list?
It would be a harder to make the issue summary tables sortable by any column.
It's out of the scope of this bug fix. Maybe a feature request.
--------------------------------------------------------------------------------