View Issue Details

IDProjectCategoryView StatusLast Update
0003453mantisbtbugtrackerpublic2003-12-13 04:34
ReporterRJelinek Assigned Tovboctor  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionduplicate 
Product Version0.18.0rc1 
Summary0003453: Project-List is not sorted in alphabetical order
Description

The Project List in the upper right corner is not sorted in alphabetical order, so if you use many projects it is difficult to find yours.

Additional Information

As I found out the order of the project-lists (and of all project lists in other windows) are controlled by user_get_accessible_projects in user_api.php.
I changed the order from project-id to name - this is quite nicer for me.

(Patch could by applied to core/user_api.php)

TagsNo tags attached.
Attached Files
user_api.php.patch (128 bytes)   
481c481
< 					  ORDER BY name";
---
> 					  ORDER BY id";
491c491
< 					  ORDER BY p.name";
---
> 					  ORDER BY p.id";
user_api.php.patch (128 bytes)   

Relationships

duplicate of 0003310 closedvboctor Sorting of projects in menu bar 
has duplicate 0003452 closedvboctor Project-List is not sorted in alphabetical order 

Activities

RJelinek

RJelinek

2003-12-09 10:11

reporter   ~0004784

I am sorry. My browser has cached this site, so I added this feature two times.
Please remove this one ...

vboctor

vboctor

2003-12-09 10:13

manager   ~0004785

This is fixed in 0.18.0, see 0003310 for more details.