Page MenuHomePhabricator

Fix a fatal on the application list
ClosedPublic

Authored by epriestley on Apr 13 2015, 9:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 9:06 AM
Unknown Object (File)
Tue, Apr 2, 10:40 AM
Unknown Object (File)
Sat, Mar 30, 7:09 AM
Unknown Object (File)
Mar 21 2024, 11:50 AM
Unknown Object (File)
Mar 21 2024, 4:25 AM
Unknown Object (File)
Mar 8 2024, 3:09 PM
Unknown Object (File)
Feb 11 2024, 12:27 PM
Unknown Object (File)
Dec 19 2023, 10:12 PM
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.