View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010194 | mantisbt | custom fields | public | 2009-03-10 12:08 | 2010-06-09 03:45 |
| Reporter | krmichal | Assigned To | dhx | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.2.0a3 | ||||
| Summary | 0010194: Filtering by Radio type custom field doesn't find anything | ||||
| Description | When selecting a Radio-type Custom Field on "View Issues" page, I can't get any results. Maybe the hint will be, that in database Radio CF values are stored as: |Value| Just like Multilist or Checkbox CFs. But when searching, SQL query looks like this: mantis_custom_field_string_table_1.value = 'Value' So it can't return any results. In List/Checkbox CF the query looks like this: mantis_custom_field_string_table_1.value LIKE '%|Value|%' Maybe the solution could be to make Radio be searched just like List or Checkbox, using LIKE. | ||||
| Steps To Reproduce |
| ||||
| Tags | No tags attached. | ||||