Remove getPagingColumn() / getReversePaging()

Summary: Ref T7803. Remove these in favor of more generalized paging and ordering.

Test Plan: Sorted and paged results in various applications.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7803

Differential Revision: https://secure.phabricator.com/D12378
This commit is contained in:
epriestley
2015-04-12 13:11:42 -07:00
parent bdd1edea7a
commit 2794c69db5
9 changed files with 8 additions and 83 deletions

View File

@@ -559,7 +559,6 @@ abstract class PhabricatorController extends AphrontController {
->setViewer($viewer)
->withObjectPHIDs(array($object->getPHID()))
->needComments(true)
->setReversePaging(false)
->executeWithCursorPager($pager);
$xactions = array_reverse($xactions);