OSDN Git Service

Enumerations can now have custom fields defined on them. #4077
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 21 Oct 2009 22:34:22 +0000 (22:34 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 21 Oct 2009 22:34:22 +0000 (22:34 +0000)
commitac4937a76755de2f9b6a83f6160efa0fde2d03aa
tree611bf32cf6c377b65e3362583f4846e1f6a69210
parent29ab7b4108cb45bc4efb44253419fa2e658ac3e9
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
12 files changed:
app/controllers/enumerations_controller.rb
app/helpers/custom_fields_helper.rb
app/models/document_category_custom_field.rb [new file with mode: 0644]
app/models/enumeration.rb
app/models/issue_priority_custom_field.rb [new file with mode: 0644]
app/models/time_entry_activity_custom_field.rb [new file with mode: 0644]
app/views/custom_fields/_form.rhtml
app/views/enumerations/_form.rhtml
test/fixtures/custom_fields.yml
test/fixtures/custom_values.yml
test/unit/enumeration_test.rb
test/unit/time_entry_activity_test.rb