]> source.dussan.org Git - redmine.git/commitdiff
Fixes consistency of custom fields display on the issue detail view (#3190).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 10 May 2009 10:36:40 +0000 (10:36 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 10 May 2009 10:36:40 +0000 (10:36 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2724 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.rhtml

index bd0eec41fe7f5fb5b08ce4b33eb33a292316522c..c23acdf830984b80b4d0edbaac4640a5802e5301 100644 (file)
@@ -45,7 +45,7 @@
 </tr>
 <tr>
 <% n = 0 -%>
-<% @issue.custom_values.each do |value| -%>
+<% @issue.custom_field_values.each do |value| -%>
     <td valign="top"><b><%=h value.custom_field.name %>:</b></td><td valign="top"><%= simple_format(h(show_value(value))) %></td>
 <% n = n + 1
    if (n > 1)