Page MenuHomePhabricator

Fix a fatal on the application list
ClosedPublic

Authored by epriestley on Apr 13 2015, 9:44 PM.
Tags
None
Referenced Files
F13180783: D12403.diff
Thu, May 9, 3:54 AM
F13179479: D12403.diff
Wed, May 8, 9:14 PM
Unknown Object (File)
Sat, May 4, 6:47 PM
Unknown Object (File)
Wed, May 1, 3:49 PM
Unknown Object (File)
Tue, Apr 30, 9:50 PM
Unknown Object (File)
Thu, Apr 11, 9:06 AM
Unknown Object (File)
Apr 2 2024, 10:40 AM
Unknown Object (File)
Mar 30 2024, 7:09 AM
Subscribers

Details

Summary

Fixes T7816. This just punts adding proper cursor-based paging to Applications for now, since they don't have a handy order.

If we get to 101, we can either fix this properly or change the SearchEngine to return 200 results.

(Previously, we generated a cursor only if we absolutely needed to, so this code wasn't called. We generate cursors in some cases where we may not need them now, but the code is simpler this way.)

Test Plan

/applications/ no longer fatals.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix a fatal on the application list.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: btrahan, chad.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 13 2015, 9:47 PM
This revision was automatically updated to reflect the committed changes.