Page MenuHomePhabricator

Transactions - fix pagination bug
ClosedPublic

Authored by btrahan on Dec 5 2014, 12:15 AM.
Tags
None
Referenced Files
F18808576: D10933.diff
Sun, Oct 19, 7:14 AM
F18787831: D10933.id26259.diff
Wed, Oct 15, 1:43 AM
F18772004: D10933.id.diff
Wed, Oct 8, 11:31 PM
F18766964: D10933.diff
Tue, Oct 7, 7:44 PM
F18765405: D10933.diff
Tue, Oct 7, 11:16 AM
F18737207: D10933.id.diff
Wed, Oct 1, 9:24 AM
F18672228: D10933.id.diff
Sep 25 2025, 7:02 AM
F18636159: D10933.diff
Sep 17 2025, 3:35 AM
Subscribers

Details

Summary

Fixes T6694. Ref T4712. Turns out the logic here was slightly incorrect; we don't want to use the id of the last thing we hid but rather the first thing we show. I had garbage test data ("asdsadsadsa", etc) I guess so I didn't notice this.

Test Plan

made a new task where user a and user b alternated 3 comments each, cooperatively numbering them from 1 - 20. as both users, showed older transactions. pre-patch the issue described in T6694 occurred and post patch I saw the entire counting sequence.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Transactions - fix pagination bug.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Dec 5 2014, 12:46 AM
This revision was automatically updated to reflect the committed changes.