mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-12 07:41:04 +01:00
Sort arcanist projects by name
Summary: Fixes T3691. Test Plan: they be sorted now Reviewers: epriestley Reviewed By: epriestley CC: edward, Korvin, aran Maniphest Tasks: T3691 Differential Revision: https://secure.phabricator.com/D6714
This commit is contained in:
parent
ada749236a
commit
7225dc4525
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ final class PhabricatorRepositoryArcanistProjectEditController
|
||||||
$name = $repository->getname();
|
$name = $repository->getname();
|
||||||
$repos[$repository->getID()] = "r{$callsign} ({$name})";
|
$repos[$repository->getID()] = "r{$callsign} ({$name})";
|
||||||
}
|
}
|
||||||
|
// note "None" will still be first thanks to 'r' prefix
|
||||||
|
asort($repos);
|
||||||
|
|
||||||
if ($request->isFormPost()) {
|
if ($request->isFormPost()) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue