1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
epriestley 2014-06-23 15:14:52 -07:00
parent abcd3efa5a
commit 44ed1ad87f

View file

@ -53,10 +53,6 @@ final class PhabricatorApplicationDashboard extends PhabricatorApplication {
);
}
public function isBeta() {
return true;
}
public function canUninstall() {
return false;
}