View Issue Details

IDProjectCategoryView StatusLast Update
0003386mantisbtsqlpublic2003-12-13 04:34
Reporterdwethell Assigned Tovboctor  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionduplicate 
Summary0003386: Sort project dropdown alphabetically
Description

0.18.0rc1 sorts the project dropdown by id instead of alphabetically. In our installation I updated the following function in user_api.php:

user_get_accessible_projects

I just changed the order by clause in line 481 from ORDER BY id to ORDER BY name and in line 491 from ORDER BY p.id to ORDER BY p.name.

TagsNo tags attached.

Relationships

duplicate of 0003310 closedvboctor Sorting of projects in menu bar 

Activities

vboctor

vboctor

2003-10-22 16:15

manager   ~0004680

This is a duplicate, and it is already fixed in CVS.