diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-09-13 17:41:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-09-13 17:41:54 +0000 |
commit | 59b935aa469c44d7c8c00f199af31168ce4af4c7 (patch) | |
tree | a2fd4aa092174dcee31088d96872765899f10ab4 /test/fixtures | |
parent | ae7304dd005ab50c2934a9318ed40c88ee0f77d3 (diff) | |
download | redmine-59b935aa469c44d7c8c00f199af31168ce4af4c7.tar.gz redmine-59b935aa469c44d7c8c00f199af31168ce4af4c7.zip |
Filters show issues with unused custom fields (#13537).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12133 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/custom_fields_trackers.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/custom_fields_trackers.yml b/test/fixtures/custom_fields_trackers.yml index a356e4b85..2a7a07381 100644 --- a/test/fixtures/custom_fields_trackers.yml +++ b/test/fixtures/custom_fields_trackers.yml @@ -17,3 +17,12 @@ custom_fields_trackers_005: custom_fields_trackers_006: custom_field_id: 6 tracker_id: 3 +custom_fields_trackers_007: + custom_field_id: 8 + tracker_id: 1 +custom_fields_trackers_008: + custom_field_id: 8 + tracker_id: 2 +custom_fields_trackers_009: + custom_field_id: 8 + tracker_id: 3 |