Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15331910
D18062.id43440.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D18062.id43440.diff
View Options
diff --git a/src/applications/nuance/application/PhabricatorNuanceApplication.php b/src/applications/nuance/application/PhabricatorNuanceApplication.php
--- a/src/applications/nuance/application/PhabricatorNuanceApplication.php
+++ b/src/applications/nuance/application/PhabricatorNuanceApplication.php
@@ -18,11 +18,6 @@
return true;
}
- public function isLaunchable() {
- // Try to hide this even more for now.
- return false;
- }
-
public function getBaseURI() {
return '/nuance/';
}
diff --git a/src/applications/settings/application/PhabricatorSettingsApplication.php b/src/applications/settings/application/PhabricatorSettingsApplication.php
--- a/src/applications/settings/application/PhabricatorSettingsApplication.php
+++ b/src/applications/settings/application/PhabricatorSettingsApplication.php
@@ -22,10 +22,6 @@
return false;
}
- public function isLaunchable() {
- return false;
- }
-
public function getRoutes() {
$panel_pattern = '(?:page/(?P<pageKey>[^/]+)/(?:(?P<formSaved>saved)/)?)?';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 8, 3:14 PM (3 d, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7382929
Default Alt Text
D18062.id43440.diff (1 KB)
Attached To
Mode
D18062: Mark "Settings" and "Nuance" as launchable applications
Attached
Detach File
Event Timeline
Log In to Comment