Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14075673
D17284.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
D17284.diff
View Options
diff --git a/src/applications/home/engine/PhabricatorHomeProfileMenuEngine.php b/src/applications/home/engine/PhabricatorHomeProfileMenuEngine.php
--- a/src/applications/home/engine/PhabricatorHomeProfileMenuEngine.php
+++ b/src/applications/home/engine/PhabricatorHomeProfileMenuEngine.php
@@ -39,7 +39,7 @@
}
$properties = array(
- 'name' => $application->getName(),
+ 'name' => '',
'application' => $application->getPHID(),
);
diff --git a/src/applications/search/menuitem/PhabricatorApplicationProfileMenuItem.php b/src/applications/search/menuitem/PhabricatorApplicationProfileMenuItem.php
--- a/src/applications/search/menuitem/PhabricatorApplicationProfileMenuItem.php
+++ b/src/applications/search/menuitem/PhabricatorApplicationProfileMenuItem.php
@@ -89,7 +89,8 @@
->setIcon($app->getIcon());
// Don't show tooltip if they've set a custom name
- if (strlen(($config->getMenuItemProperty('name')))) {
+ $name = $config->getMenuItemProperty('name');
+ if (!strlen($name)) {
$item->setTooltip($app->getShortDescription());
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 12:46 PM (19 h, 30 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6774819
Default Alt Text
D17284.diff (1 KB)
Attached To
Mode
D17284: Fix application name toolip hover
Attached
Detach File
Event Timeline
Log In to Comment