Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15508902
D19795.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
558 B
Referenced Files
None
Subscribers
None
D19795.diff
View Options
diff --git a/src/applications/search/field/PhabricatorIDsSearchField.php b/src/applications/search/field/PhabricatorIDsSearchField.php
--- a/src/applications/search/field/PhabricatorIDsSearchField.php
+++ b/src/applications/search/field/PhabricatorIDsSearchField.php
@@ -12,11 +12,7 @@
}
protected function newControl() {
- if (strlen($this->getValueForControl())) {
- return new AphrontFormTextControl();
- } else {
- return null;
- }
+ return new AphrontFormTextControl();
}
protected function getValueForControl() {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 17, 7:06 AM (6 d, 22 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7324459
Default Alt Text
D19795.diff (558 B)
Attached To
Mode
D19795: Allow searching for Maniphest tasks by parent/subtask ID
Attached
Detach File
Event Timeline
Log In to Comment