Steps to reproduce:
- RTFM at https://secure.phabricator.com/book/phabricator/article/custom_fields/
- Go to /config/edit/maniphest.custom-field-definitions/
- As Database value, enter:
{ "fxxx": { "type": "text", "default": "none", "edit": false, "name": "Fxxx", "search": true, "view": true } }
- Click Save Config Entry button
- Paranoidly double-check on /config/edit/maniphest.fields/ that only your custom field "Fxxx" is enabled.
- Restart webserver (systemctl restart httpd.service on Fedora 25)
- Go to /maniphest/query/advanced
Expected outcome:
Custom field Fxxx is shown in Maniphest Advanced Search form (between Spaces and Created After)
Actual outcome:
Custom field is not shown.
Other comments:
- Custom field is shown when using "type": "int" instead of "type": "text".
- Related downstream: https://phabricator.wikimedia.org/T146116
Versions:
phabricator: 0817eb14a94becd8478033742e339aef9ed6520d (Tue, Sep 20)
arcanist: 9e82ef979e8148c43b9b8439025d505b1219e213 (Thu, Aug 25)
phutil: fa6519f4cea1c059bd381c20971cac413cc4760e (Thu, Sep 15)