Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15330700
D14687.id35522.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
832 B
Referenced Files
None
Subscribers
None
D14687.id35522.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D14687: Fix a loopy comment
Attached
Detach File
Event Timeline
Log In to Comment