yandod / candycane

a port of Redmine to CakePHP from Ruby on Rails
http://my.candycane.jp
511 stars 127 forks source link

Fix sort order of projects to be alphabetical #266

Closed rikvdh closed 7 years ago

rikvdh commented 8 years ago

For example in the ProjectController index Redmine seems to do this, probably a good way to make this consistent everywhere.

Greetings,

Rik

yandod commented 8 years ago

it make sense for me. can you show link to redmine code does this as well?

rikvdh commented 8 years ago

I'm not quite into Ruby, I have a Redmine installation which seem to do SELECTprojects.* FROMprojectsWHEREprojects.status= 1 AND (projects.status <> 9) ORDER BY lft but project-ordering isn't implemented (already) which makes this more like a temporary solution.

yandod commented 8 years ago

@rikvdh could you have a link to sourcecode of redmine? i can take a look with you.

rikvdh commented 8 years ago

https://www.redmine.org/issues/6836