diff --git a/src/applications/maniphest/controller/ManiphestReportController.php b/src/applications/maniphest/controller/ManiphestReportController.php --- a/src/applications/maniphest/controller/ManiphestReportController.php +++ b/src/applications/maniphest/controller/ManiphestReportController.php @@ -153,6 +153,7 @@ // Merge the synthetic rows into the real transactions. $data = array_merge($create_rows, $data); $data = array_values($data); + $data = isort($data, 'dateCreated'); $stats = array(); $day_buckets = array();