Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15306623
D15166.id36616.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
810 B
Referenced Files
None
Subscribers
None
D15166.id36616.diff
View Options
diff --git a/src/applications/search/engine/PhabricatorProfilePanelEngine.php b/src/applications/search/engine/PhabricatorProfilePanelEngine.php
--- a/src/applications/search/engine/PhabricatorProfilePanelEngine.php
+++ b/src/applications/search/engine/PhabricatorProfilePanelEngine.php
@@ -663,6 +663,7 @@
$header = id(new PHUIHeaderView())
->setHeader(pht('Profile Menu Items'))
+ ->setSubHeader(pht('Drag tabs to reorder menu'))
->addActionLink($action_button);
$box = id(new PHUIObjectBoxView())
@@ -907,7 +908,7 @@
$is_target =
(($builtin_key !== null) && ($builtin_key === $key)) ||
- (($id !== null) && ($id === (int)$key));
+ (($id !== null) && ((int)$id === (int)$key));
if ($is_target) {
if (!$panel->isDefault()) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 7, 4:14 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7318795
Default Alt Text
D15166.id36616.diff (810 B)
Attached To
Mode
D15166: Fix setting of default project tab
Attached
Detach File
Event Timeline
Log In to Comment