Actions
Bug #6282
closedFields hidden on profile can not be searched
Description
If a field is set to not display on profile, but it's a searchable field on a userlist then the field will not show in the search criteria. It sometimes makes perfect sense to be able to search a fiend that isn't displayed.
Updated by krileon about 8 years ago
This is due to the search criteria AND the fields displayed in the rows using the single _getTabFieldsDb with list reason, but the field rows should use list reason while search criteria uses the search reason.
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1151
Search criteria will now properly use the search reason when building the list of searchable fields. Before it was using the list reason for the query and the search reason for the display causing a behavior inconsistency.
Actions