mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Make "text" custom fields appear in ApplicationSearch again
Summary: Fixes T11675. This capability was erroneously (probably?) removed in D14766. This search implementation (which uses exact match) probably isn't perfect for all cases of "text" fields, but empirically it seems to be what a significant number of users are after. Test Plan: Searched for a custom text field value. {F1843383} Reviewers: chad Reviewed By: chad Maniphest Tasks: T11675 Differential Revision: https://secure.phabricator.com/D16582
This commit is contained in:
parent
af218564e5
commit
8941bbfcea
1 changed files with 0 additions and 4 deletions
|
@ -72,10 +72,6 @@ final class PhabricatorStandardCustomFieldText
|
|||
return new AphrontStringHTTPParameterType();
|
||||
}
|
||||
|
||||
public function shouldAppearInApplicationSearch() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getConduitEditParameterType() {
|
||||
return new ConduitStringParameterType();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue