Page MenuHomePhabricator

After reloading transactions for the recipient while building transaction mail, put them in the input order
ClosedPublic

Authored by epriestley on May 30 2019, 10:37 PM.
Tags
None
Referenced Files
F15009139: D20563.id49056.diff
Sun, Feb 16, 6:20 PM
Unknown Object (File)
Tue, Feb 11, 9:56 PM
Unknown Object (File)
Tue, Feb 11, 9:30 PM
Unknown Object (File)
Sun, Feb 9, 7:49 AM
Unknown Object (File)
Sun, Feb 9, 7:49 AM
Unknown Object (File)
Sun, Feb 9, 7:49 AM
Unknown Object (File)
Sat, Feb 8, 9:23 PM
Unknown Object (File)
Sun, Feb 2, 8:32 AM
Subscribers
None

Details

Summary

Ref T13303. In D20525 I fixed an issue where transaction rendering could use cached values with the wrong viewer by reloading transactions.

However, reloading transactions may also reorder them as a side effect, since withPHIDs(...) does not imply an order. This can make transaction rendering order in mail wrong/inconsistent.

Instead, reorder the transactions before continuing so mail transaction order is consistent.

Test Plan

Applied a group of transactions to a task, saw a more consistent rendering order in mail after the change.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable