MantisBT: master 1c376741

Author Committer Branch Timestamp Parent
cproensa vboctor master 2019-08-20 17:26 master 858efe4a
Affected Issues  0021712: No way to filter "negative" for checkbox custom fields
 0026030: Filter value "none" is not available for multiselection list custom fields
Changeset

Fix filtering for "none" in multivalued custom fields

  • Allows to use the value "none" in custom fields of type multiselection list
  • Fix the filter query for searching "none" in mutivalued custom fields
    that can be empty. Those are: checkbox and multiselection list.

Fixes: 0021712, 0026030

mod - core/classes/BugFilterQuery.class.php Diff File
mod - core/filter_form_api.php Diff File