Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13973542
D13395.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
D13395.diff
View Options
diff --git a/src/applications/people/query/PhabricatorPeopleLogSearchEngine.php b/src/applications/people/query/PhabricatorPeopleLogSearchEngine.php
--- a/src/applications/people/query/PhabricatorPeopleLogSearchEngine.php
+++ b/src/applications/people/query/PhabricatorPeopleLogSearchEngine.php
@@ -187,7 +187,8 @@
}
$result = new PhabricatorApplicationSearchResultView();
- $result->setTable($table);
+ $result->setContent($table);
+ $result->setCollapsed(true);
return $result;
}
diff --git a/src/applications/search/controller/PhabricatorApplicationSearchController.php b/src/applications/search/controller/PhabricatorApplicationSearchController.php
--- a/src/applications/search/controller/PhabricatorApplicationSearchController.php
+++ b/src/applications/search/controller/PhabricatorApplicationSearchController.php
@@ -249,6 +249,9 @@
if ($list->getContent()) {
$box->appendChild($list->getContent());
}
+ if ($list->getCollapsed()) {
+ $box->setCollapsed(true);
+ }
if ($pager->willShowPagingControls()) {
$pager_box = id(new PHUIBoxView())
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 19, 1:20 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6717283
Default Alt Text
D13395.diff (1 KB)
Attached To
Mode
D13395: [Redesign] Fix People Log Query
Attached
Detach File
Event Timeline
Log In to Comment