View Issue Details

IDProjectCategoryView StatusLast Update
0010194mantisbtcustom fieldspublic2010-06-09 03:45
Reporterkrmichal Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.0a3 
Summary0010194: 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
  1. Create Radio Custom Field
  2. Attach it to project.
  3. Report issue using this field.
  4. Try to find it on "View Issues" page Applying filter which uses value for this Custom Field.
TagsNo tags attached.

Relationships

duplicate of 0011561 closeddhx Filtering for custom field types multilist and checkbox does not work 

Activities

krmichal

krmichal

2009-03-11 06:05

reporter   ~0021026

I'm sorry for sponsoring issue by mistake. Just wanted to see how this feature works, and now I can't remove it.

jreese

jreese

2009-03-11 10:17

reporter   ~0021031

Reminder sent to: grangeway, thraxisp

Glenn / Paul, can you look at this? Thanks.

dhx

dhx

2010-03-12 09:10

reporter   ~0024715

Fixed in 0011561