Relationship Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0026781 | mantisbt | bugtracker | public | 2020-03-15 23:37 | 2020-05-03 04:34 |
| Reporter | amphetamine | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.24.0 | ||||
| Target Version | 2.24.1 | Fixed in Version | 2.24.1 | ||
| Summary | 0026781: changed project order / sequence | ||||
| Description | 2.23 and older, project order by alphabetical 2.24 project order by date created how to reverse that? | ||||
| Tags | No tags attached. | ||||
| has duplicate | 0026786 | closed | atrol | In top-right drop-down menu, Projects are no more in alpha order since update from 2.23 to 2.24 |
| has duplicate | 0026848 | closed | atrol | Project list is sorted by id for Admins |
| has duplicate | 0026882 | closed | atrol | Search order of projects is wrong when using administrator account |
|
On what screen did you notice this behavior change ? |
|
|
both show_project_menu_bar & drop down project menu |
|
|
@dregad I am able to reproduce the issue on my local test install. |
|
|
I must have had some caching issue, because I did not notice this in my tests, but I can also confirm the behavior now. Will revert the offending commit. |
|
|
MantisBT: master 2a42ea38 2020-03-09 04:17 Details Diff |
Remove unnecessary ORDER_BY clause |
Affected Issues 0026781 |
|
| mod - core/project_hierarchy_api.php | Diff File | ||
|
MantisBT: master-2.24 82f22737 2020-03-16 08:30 Details Diff |
Revert "Remove unnecessary ORDER_BY clause" This reverts commit 2a42ea38e8bf073d8932f0a0c62034357c8883db. Turns out the ORDER BY was necessary after all... Fixes 0026781 |
Affected Issues 0026781 |
|
| mod - core/project_hierarchy_api.php | Diff File | ||
related to
child of
duplicate of