]> source.dussan.org Git - redmine.git/commit
Extracts custom field values validation from CustomValue so that they can be validate...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 28 Jan 2012 11:16:58 +0000 (11:16 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 28 Jan 2012 11:16:58 +0000 (11:16 +0000)
commit83e7ee6729cd0207219719556b3e2aed0a33f360
tree8fa089641bcaa6baec5aee080431e4e38c731a51
parentd4d27bd2d8b57e5d2597b75fbb7b963b6c3e37f7
Extracts custom field values validation from CustomValue so that they can be validated globally from the customized object (#1189).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8717 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/custom_fields_helper.rb
app/models/custom_field.rb
app/models/custom_field_value.rb [new file with mode: 0644]
app/models/custom_value.rb
config/initializers/10-patches.rb
test/functional/issues_controller_test.rb
test/unit/custom_field_test.rb
test/unit/custom_value_test.rb
test/unit/issue_test.rb
test/unit/time_entry_activity_test.rb
vendor/plugins/acts_as_customizable/lib/acts_as_customizable.rb