Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14011127
D15087.id36437.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
543 B
Referenced Files
None
Subscribers
None
D15087.id36437.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
@@ -382,7 +382,7 @@
array(
'menuID' => $nav->getMainID(),
'collapseID' => $collapse_id,
- 'isCollapsed' => $is_collapsed,
+ 'isCollapsed' => (bool)$is_collapsed,
'settingsURI' => $settings_uri,
));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 1, 6:49 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6731392
Default Alt Text
D15087.id36437.diff (543 B)
Attached To
Mode
D15087: Fix an issue where the first click on the profile menu collapse link could be swallowed
Attached
Detach File
Event Timeline
Log In to Comment