Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15468548
D9650.id23173.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
848 B
Referenced Files
None
Subscribers
None
D9650.id23173.diff
View Options
diff --git a/src/applications/dashboard/application/PhabricatorApplicationDashboard.php b/src/applications/dashboard/application/PhabricatorApplicationDashboard.php
--- a/src/applications/dashboard/application/PhabricatorApplicationDashboard.php
+++ b/src/applications/dashboard/application/PhabricatorApplicationDashboard.php
@@ -2,6 +2,10 @@
final class PhabricatorApplicationDashboard extends PhabricatorApplication {
+ public function getName() {
+ return pht('Dashboards');
+ }
+
public function getBaseURI() {
return '/dashboard/';
}
@@ -53,12 +57,6 @@
return true;
}
- public function isLaunchable() {
- // TODO: This is just concealing the application from launch views for
- // now since it's not really beta yet.
- return false;
- }
-
public function canUninstall() {
return false;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 5, 2:08 AM (3 w, 4 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7386533
Default Alt Text
D9650.id23173.diff (848 B)
Attached To
Mode
D9650: Make dashboard application launchable
Attached
Detach File
Event Timeline
Log In to Comment