Attempt to make default repositories sorting by name
This commit is contained in:
@@ -120,14 +120,14 @@ final class PhabricatorRepositoryQuery
|
||||
|
||||
public function getBuiltinOrders() {
|
||||
return array(
|
||||
'committed' => array(
|
||||
'vector' => array('committed', 'id'),
|
||||
'name' => pht('Most Recent Commit'),
|
||||
),
|
||||
'name' => array(
|
||||
'vector' => array('name', 'id'),
|
||||
'name' => pht('Name'),
|
||||
),
|
||||
'committed' => array(
|
||||
'vector' => array('committed', 'id'),
|
||||
'name' => pht('Most Recent Commit'),
|
||||
),
|
||||
'callsign' => array(
|
||||
'vector' => array('callsign'),
|
||||
'name' => pht('Callsign'),
|
||||
|
Reference in New Issue
Block a user