Page MenuHomePhabricator

D18854.diff
No OneTemporary

D18854.diff

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();

File Metadata

Mime Type
text/plain
Expires
Thu, May 9, 7:55 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6276101
Default Alt Text
D18854.diff (558 B)

Event Timeline