Skip to content

UsersController#projects.json sort order

What does this MR do?

Specifies the sort order by updated_at of the projects shown in UsersController#projects.json.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

It is not useful that UsersController#projects.json currently shows projects in reverse order by created_at (id).

Screenshots (if relevant)

before after
sorted by created_at: ce-mr18227-before sorted by updated_at: ce-mr18227

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #45065 (closed)

Edited by Takuya Noguchi

Merge request reports