Page MenuHomePhabricator

D14687.id35522.diff
No OneTemporary

D14687.id35522.diff

diff --git a/src/applications/transactions/view/PhabricatorApplicationTransactionView.php b/src/applications/transactions/view/PhabricatorApplicationTransactionView.php
--- a/src/applications/transactions/view/PhabricatorApplicationTransactionView.php
+++ b/src/applications/transactions/view/PhabricatorApplicationTransactionView.php
@@ -386,7 +386,9 @@
$results = array();
// Sort transactions within the group by action strength, then by
- // within actions of similar strength.
+ // chronological order. This makes sure that multiple actions of the
+ // same type (like a close, then a reopen) render in the order they
+ // were performed.
$strength_groups = mgroup($group, 'getActionStrength');
krsort($strength_groups);
foreach ($strength_groups as $strength_group) {

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 8, 7:56 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7379899
Default Alt Text
D14687.id35522.diff (832 B)

Event Timeline