diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-11 18:38:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-11 18:38:07 +0000 |
commit | da01ee7c37f2544c84a08a53f7a42f34e5be3877 (patch) | |
tree | 687332b72b2d44e5f14d74e6c707ccc1f57b0d10 /test/fixtures/custom_fields_trackers.yml | |
parent | 3a28848ca03ae7d7e02c1bc9373a9f373cf0efeb (diff) | |
download | redmine-da01ee7c37f2544c84a08a53f7a42f34e5be3877.tar.gz redmine-da01ee7c37f2544c84a08a53f7a42f34e5be3877.zip |
Ability to sort the issue list by text, int and float custom fields (#1139).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2258 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/custom_fields_trackers.yml')
-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 cb06d2fcf..bfbe0d24c 100644 --- a/test/fixtures/custom_fields_trackers.yml +++ b/test/fixtures/custom_fields_trackers.yml @@ -8,3 +8,12 @@ custom_fields_trackers_002: custom_fields_trackers_003:
custom_field_id: 2
tracker_id: 3
+custom_fields_trackers_004:
+ custom_field_id: 6
+ tracker_id: 1
+custom_fields_trackers_005:
+ custom_field_id: 6
+ tracker_id: 2
+custom_fields_trackers_006:
+ custom_field_id: 6
+ tracker_id: 3
|