View Issue Details

IDProjectCategoryView StatusLast Update
0026781mantisbtbugtrackerpublic2020-05-03 04:34
Reporteramphetamine Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.24.0 
Target Version2.24.1Fixed in Version2.24.1 
Summary0026781: changed project order / sequence
Description

2.23 and older, project order by alphabetical

2.24 project order by date created

how to reverse that?

TagsNo tags attached.

Relationships

has duplicate 0026786 closedatrol In top-right drop-down menu, Projects are no more in alpha order since update from 2.23 to 2.24 
has duplicate 0026848 closedatrol Project list is sorted by id for Admins 
has duplicate 0026882 closedatrol Search order of projects is wrong when using administrator account 

Activities

dregad

dregad

2020-03-16 04:20

developer   ~0063762

On what screen did you notice this behavior change ?

amphetamine

amphetamine

2020-03-16 04:33

reporter   ~0063763

both show_project_menu_bar & drop down project menu

atrol

atrol

2020-03-16 06:11

developer   ~0063764

Last edited: 2020-03-16 12:32

@dregad I am able to reproduce the issue on my local test install.
Reverting MantisBT master 2a42ea38 fixes the issue.

dregad

dregad

2020-03-16 12:31

developer   ~0063769

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.

Related Changesets

MantisBT: master 2a42ea38

2020-03-09 04:17

dregad


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

dregad


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