MantisBT: master 010fc2d2

Author Committer Branch Timestamp Parent
cproensa dregad master 2017-10-22 15:34 master c45a3dcc
Affected Issues  0007264: Not able to filter issues that have no relationship assigned
Changeset

Improve relationship filter

Improve relationship filter by supporting a combination of:
Relationship type:

  • any
  • none
  • specific relation type
    Bug id:
  • any
  • none
  • specific bug id

This allow logical combinations to search:

  • Bugs not having any relation
  • Bugs not having a specific relation (to any, or some other bug)
  • Bugs having a specific relation type (to any, or some other bug)

Bug id field uses META_FILTER_ANY and META_FILTER_NONE as special
values for these combinations.

Fixes: 0007264

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