gitlab-org--gitlab-foss/changelogs/unreleased/sh-dashboard-sort-fix.yml
Stan Hu 9cb7e93f09 Fix project dashboard showing the wrong timestamps
Use the max of the `last_activity_at` and `last_repository_updated_at`
columns. The latter is updated only when a push happens, but the former is
updated whenever any activity (e.g. issue creation) happens.

Closes #27181
2018-03-05 19:11:50 -08:00

5 lines
97 B
YAML

---
title: Fix project dashboard showing the wrong timestamps
merge_request:
author:
type: fixed