mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Order repositories in Diffusion from oldest
Summary: Same to ordering in Repository List. Test Plan: /diffusion/ Reviewers: epriestley, nh Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4251
This commit is contained in:
parent
ebe2a58f8a
commit
800be357e8
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ final class PhabricatorRepositoryQuery
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected function getReversePaging() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
public function loadPage() {
|
public function loadPage() {
|
||||||
$table = new PhabricatorRepository();
|
$table = new PhabricatorRepository();
|
||||||
$conn_r = $table->establishConnection('r');
|
$conn_r = $table->establishConnection('r');
|
||||||
|
|
Loading…
Reference in a new issue