]> source.dussan.org Git - redmine.git/commit
Fixed: error when serializing back objects with custom fields using ActiveResource...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 10 Dec 2010 10:12:19 +0000 (10:12 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 10 Dec 2010 10:12:19 +0000 (10:12 +0000)
commit0e19aa4362a0524d900044fc9dc69e177337eca0
treed5b9120bfab84d78beb68cb38ab6d2b8a462c3df
parent8524d505c5c092ead4f6be1fedfc38311b3c7b91
Fixed: error when serializing back objects with custom fields using ActiveResource (#6403).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4480 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/custom_fields_helper.rb
app/views/issues/index.api.rsb
app/views/issues/show.api.rsb
app/views/projects/index.api.rsb
app/views/projects/show.api.rsb
app/views/users/index.api.rsb
app/views/users/show.api.rsb
test/integration/api_test/issues_test.rb