Make "Active" projects the default instead of "Joined".
This commit is contained in:
@@ -65,11 +65,12 @@ final class PhabricatorProjectSearchEngine
|
||||
public function getBuiltinQueryNames() {
|
||||
$names = array();
|
||||
|
||||
$names['active'] = pht('Active');
|
||||
|
||||
if ($this->requireViewer()->isLoggedIn()) {
|
||||
$names['joined'] = pht('Joined');
|
||||
}
|
||||
|
||||
$names['active'] = pht('Active');
|
||||
$names['all'] = pht('All');
|
||||
|
||||
return $names;
|
||||
|
Reference in New Issue
Block a user