diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-25 17:38:05 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-25 17:38:05 +0000 |
commit | 8610b191ae1a40ff58e90a1225d79c893a49b0d6 (patch) | |
tree | 33b98bcfe7d2fd1407602831794f3a05eff588c5 /test/fixtures/custom_fields.yml | |
parent | 01ef9f12c816fab283ebc7d96283abd3397c61c8 (diff) | |
download | redmine-8610b191ae1a40ff58e90a1225d79c893a49b0d6.tar.gz redmine-8610b191ae1a40ff58e90a1225d79c893a49b0d6.zip |
Added "Float" as a custom field format.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@870 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 fcf52c17a..ce7509fe9 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -43,3 +43,15 @@ custom_fields_004: id: 4
is_required: false
field_format: string
+custom_fields_005:
+ name: Money
+ min_length: 0
+ regexp: ""
+ is_for_all: false
+ type: UserCustomField
+ max_length: 0
+ possible_values: ""
+ id: 5
+ is_required: false
+ field_format: float
+
\ No newline at end of file |