mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
Unbeta Dashboards
Summary: Fixes T4980. I think we've fixed all the unusable stuff, and it doesn't make much sense to leave this in beta since installing dashboards on the homepage is functionally important in order to use the application. Test Plan: Observed no beta star on launcher view. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T4980 Differential Revision: https://secure.phabricator.com/D9671
This commit is contained in:
parent
abcd3efa5a
commit
44ed1ad87f
1 changed files with 0 additions and 4 deletions
|
@ -53,10 +53,6 @@ final class PhabricatorApplicationDashboard extends PhabricatorApplication {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function isBeta() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function canUninstall() {
|
public function canUninstall() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue