From 44ed1ad87f109f8e1b963f8bd90cbf4a0e121d1f Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 23 Jun 2014 15:14:52 -0700 Subject: [PATCH] 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 --- .../dashboard/application/PhabricatorApplicationDashboard.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/applications/dashboard/application/PhabricatorApplicationDashboard.php b/src/applications/dashboard/application/PhabricatorApplicationDashboard.php index 932921ad19..a3eaab97bc 100644 --- a/src/applications/dashboard/application/PhabricatorApplicationDashboard.php +++ b/src/applications/dashboard/application/PhabricatorApplicationDashboard.php @@ -53,10 +53,6 @@ final class PhabricatorApplicationDashboard extends PhabricatorApplication { ); } - public function isBeta() { - return true; - } - public function canUninstall() { return false; }