MantisBT: master 16ed967b

Author Committer Branch Timestamp Parent
cproensa dregad master 2017-08-19 16:51 master 37918923
Affected Issues  0019385: Filtering custom field show bugs from projects where this custom field has been removed
Changeset

Exclude unlinked projects from custom fields filter

Don't get data from custom field values from issues in projects that are
not linked to the custom field.
This data can exists if the field has been unlinked after data has been
saved. When unlinking a field from a project, the stored values are not
deleted, however they must be ignored.

Fixes: 0019385

mod - core/filter_api.php Diff File