Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15372980
D18854.id45238.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
558 B
Referenced Files
None
Subscribers
None
D18854.id45238.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 13, 2:03 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7383213
Default Alt Text
D18854.id45238.diff (558 B)
Attached To
Mode
D18854: Sort burnup data chronologically after merging synthetic and "real" data
Attached
Detach File
Event Timeline
Log In to Comment