Update sort order when navigating from View latest projects in admin
Problem to solve
When navigating from the admin dashboard using the View latest projects
link, we should be using the Last created
sort order to be consistent with the other link View latest users
and View latest groups
.
Proposal
Update sort order to Last created
when navigating using the View latest projects
link.
Implementation plan
Add sort=created_desc
param to app/views/admin/dashboard/index.html.haml#L38
Availability and Testing
- No new E2E test or updates needed at this time. Please ensure coverage is updated at the unit and integration test level.
Edited by Valerie Burton