diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-04 03:44:47 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-04 03:44:47 +0000 |
commit | 5ddd6e7d1f779e60c74cf3190f56632d36f3507e (patch) | |
tree | dd7282c0a88a07bcb381ac8227c45347a7050fde /test/fixtures | |
parent | 0e87672c490af741b8e411e3c9ecfca5b4d5fc58 (diff) | |
download | redmine-5ddd6e7d1f779e60c74cf3190f56632d36f3507e.tar.gz redmine-5ddd6e7d1f779e60c74cf3190f56632d36f3507e.zip |
insert position field to custom_fields fixture (#12018)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10549 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/custom_fields.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml index 4052228ce..976c19c26 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -16,6 +16,7 @@ custom_fields_001: field_format: list default_value: "" editable: true + position: 2 custom_fields_002: name: Searchable field min_length: 1 @@ -31,6 +32,7 @@ custom_fields_002: searchable: true default_value: "Default string" editable: true + position: 1 custom_fields_003: name: Development status min_length: 0 @@ -49,6 +51,7 @@ custom_fields_003: field_format: list default_value: "" editable: true + position: 1 custom_fields_004: name: Phone number min_length: 0 @@ -62,6 +65,7 @@ custom_fields_004: field_format: string default_value: "" editable: true + position: 1 custom_fields_005: name: Money min_length: 0 @@ -75,6 +79,7 @@ custom_fields_005: field_format: float default_value: "" editable: true + position: 2 custom_fields_006: name: Float field min_length: 0 @@ -88,6 +93,7 @@ custom_fields_006: field_format: float default_value: "" editable: true + position: 3 custom_fields_007: name: Billable min_length: 0 @@ -102,6 +108,7 @@ custom_fields_007: field_format: bool default_value: "" editable: true + position: 1 custom_fields_008: name: Custom date min_length: 0 @@ -116,6 +123,7 @@ custom_fields_008: field_format: date default_value: "" editable: true + position: 4 custom_fields_009: name: Project 1 cf min_length: 0 @@ -130,6 +138,7 @@ custom_fields_009: field_format: date default_value: "" editable: true + position: 5 custom_fields_010: name: Overtime min_length: 0 @@ -144,6 +153,7 @@ custom_fields_010: field_format: bool default_value: 0 editable: true + position: 1 custom_fields_011: id: 11 name: Binary |