Page MenuHomePhabricator

D17284.id41579.diff
No OneTemporary

D17284.id41579.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
@@ -35,7 +35,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
Sat, Apr 5, 4:42 AM (2 d, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7732600
Default Alt Text
D17284.id41579.diff (1 KB)

Event Timeline