diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2009-10-21 22:34:22 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2009-10-21 22:34:22 +0000 |
commit | ac4937a76755de2f9b6a83f6160efa0fde2d03aa (patch) | |
tree | 611bf32cf6c377b65e3362583f4846e1f6a69210 /test/fixtures/custom_values.yml | |
parent | 29ab7b4108cb45bc4efb44253419fa2e658ac3e9 (diff) | |
download | redmine-ac4937a76755de2f9b6a83f6160efa0fde2d03aa.tar.gz redmine-ac4937a76755de2f9b6a83f6160efa0fde2d03aa.zip |
Enumerations can now have custom fields defined on them. #4077
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2945 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/custom_values.yml')
-rw-r--r-- | test/fixtures/custom_values.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/fixtures/custom_values.yml b/test/fixtures/custom_values.yml index 783aa75c9..4e6f4b3ff 100644 --- a/test/fixtures/custom_values.yml +++ b/test/fixtures/custom_values.yml @@ -83,4 +83,9 @@ custom_values_014: customized_id: 5 id: 14 value: "-7.6" -
\ No newline at end of file +custom_values_015: + customized_type: TimeEntryActivity + custom_field_id: 7 + customized_id: 10 + id: 15 + value: true |