View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003453 | mantisbt | bugtracker | public | 2003-12-09 10:09 | 2003-12-13 04:34 |
| Reporter | RJelinek | Assigned To | vboctor | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 0.18.0rc1 | ||||
| Summary | 0003453: 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. (Patch could by applied to core/user_api.php) | ||||
| Tags | No 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"; | ||||