Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15464270
D12512.id30045.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
635 B
Referenced Files
None
Subscribers
None
D12512.id30045.diff
View Options
diff --git a/src/applications/search/controller/PhabricatorSearchController.php b/src/applications/search/controller/PhabricatorSearchController.php
--- a/src/applications/search/controller/PhabricatorSearchController.php
+++ b/src/applications/search/controller/PhabricatorSearchController.php
@@ -59,7 +59,8 @@
if ($types) {
$saved = id(new PhabricatorSavedQuery())
->setEngineClassName(get_class($engine))
- ->setParameter('types', $types);
+ ->setParameter('types', $types)
+ ->setParameter('statuses', array('open'));
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 3, 8:03 AM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7730172
Default Alt Text
D12512.id30045.diff (635 B)
Attached To
Mode
D12512: Make "Current Application" imply "Open documents in..."
Attached
Detach File
Event Timeline
Log In to Comment