Page MenuHomePhabricator

D19795.diff
No OneTemporary

D19795.diff

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

Mime Type
text/plain
Expires
Sun, May 12, 5:26 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6289927
Default Alt Text
D19795.diff (558 B)

Event Timeline