View Issue Details

IDProjectCategoryView StatusLast Update
0015409mantisbtotherpublic2013-02-01 18:53
Reporterissws Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.3 
Summary0015409: Reporter field in view issues page does not sort alphabetically
Description

We have reporter (reporter_id) added as a separate field in a customised view of projects on the view issues page. The resulting view displays the alphanumeric value of the reporter as expected. However when sorting calls by this reporter column, there are unexpected results where results are not sorted alphabetically but (we suspect) are sorted by the numerical value of the reporter_id field.

Can this be changed that the sort order is alphabetical based on the name displayed?

Thank you.

Additional Information

view_issues_page_columns set to the following:

array (
0 => 'selection',
1 => 'edit',
2 => 'priority',
3 => 'id',
4 => 'sponsorship_total',
5 => 'bugnotes_count',
6 => 'attachment',
7 => 'reporter_id',
8 => 'category_id',
9 => 'status',
10 => 'last_updated',
11 => 'summary',
)

We have also tried to replace 'reporter_id' with 'reporter' but this does not appear to be a valid option.

TagsNo tags attached.

Relationships

duplicate of 0010853 closedcproensa In View Issues list, several columns are sorted by Id instead of display value 

Activities

atrol

atrol

2013-01-22 12:33

developer   ~0034865

Have a look at the duplicate 0010853 where you will find also a patch for it.

Don't miss to read the mentioned disucssion http://thread.gmane.org/gmane.comp.bug-tracking.mantis.devel/3427/focus=3443