MantisBT: master-1.2.x c5cb6dfa

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2011-01-17 22:55 master-1.2.x 82bfc7c0
Affected Issues  0005926: 'None' filter on checkbox field doesn't return bugs with a blank custom field value (as opposed to null/undefined values)
Changeset

Fix 0005926: Filter "None" for custom fields with blank value

Generate the correct where clause for custom fields of type Checkbox and
Multiselection list, to return both bugs having an empty value ('', as
opposed to NULL) in the field as well as those without matching record in
mantis_custom_field_string_table.

mod - core/filter_api.php Diff File