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.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.yml')
-rw-r--r-- | test/fixtures/custom_fields.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml index 1005edae4..b7718b169 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -69,4 +69,16 @@ custom_fields_005: is_required: false
field_format: float
default_value: ""
+custom_fields_006:
+ name: Float field
+ min_length: 0
+ regexp: ""
+ is_for_all: true
+ type: IssueCustomField
+ max_length: 0
+ possible_values: ""
+ id: 6
+ is_required: false
+ field_format: float
+ default_value: ""
\ No newline at end of file |