Page MenuHomePhabricator

Fix transaction queries failing on "withIDs()" after clicking "Show Older"
ClosedPublic

Authored by epriestley on Mar 24 2019, 2:52 PM.
Tags
None
Referenced Files
F14844154: D20317.diff
Sun, Feb 2, 1:37 PM
F14842030: D20317.diff
Sat, Feb 1, 8:25 PM
Unknown Object (File)
Thu, Jan 23, 6:50 AM
Unknown Object (File)
Thu, Jan 16, 12:22 PM
Unknown Object (File)
Jan 1 2025, 5:29 AM
Unknown Object (File)
Dec 28 2024, 4:03 PM
Unknown Object (File)
Dec 15 2024, 3:39 PM
Unknown Object (File)
Dec 13 2024, 9:43 PM
Subscribers
None

Details

Summary

See https://discourse.phabricator-community.org/t/unhandled-exception-on-show-older-changes/2545/.

Before T13266, this query got away without having real paging because it used simple ID paging only and results are never actually hidden (today, you can always see all transactions on an object).

Provide withIDs() so the new, slightly stricter paging works.

Test Plan

On an object with "Show Older" in the transaction record, clicked the link. Before: exception in paging code (see Discourse link above). After: transactions loaded cleanly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable