mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Making Applications application appear in the Launch View
Summary: Applications application now appears in the launch view under Admin group Test Plan: Manual Reviewers: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4760
This commit is contained in:
parent
3e5fb09b80
commit
e014b42e5a
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ final class PhabricatorApplicationApplications extends PhabricatorApplication {
|
|||
return "\xE0\xBC\x84";
|
||||
}
|
||||
|
||||
public function shouldAppearInLaunchView() {
|
||||
return false;
|
||||
public function getApplicationGroup() {
|
||||
return self::GROUP_ADMIN;
|
||||
}
|
||||
|
||||
public function getRoutes() {
|
||||
|
|
Loading…
Reference in a new issue