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:
committed by
epriestley
parent
3e5fb09b80
commit
e014b42e5a
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user