Page MenuHomePhabricator

D17284.diff
No OneTemporary

D17284.diff

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

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)

Event Timeline