diff options
Diffstat (limited to 'app/views/mailer/_issue.html.erb')
-rw-r--r-- | app/views/mailer/_issue.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/_issue.html.erb b/app/views/mailer/_issue.html.erb index 829f8d576..aee365e56 100644 --- a/app/views/mailer/_issue.html.erb +++ b/app/views/mailer/_issue.html.erb @@ -7,7 +7,7 @@ <li><%=l(:field_assigned_to)%>: <%=h issue.assigned_to %></li> <li><%=l(:field_category)%>: <%=h issue.category %></li> <li><%=l(:field_fixed_version)%>: <%=h issue.fixed_version %></li> -<% issue.custom_field_values.each do |c| %> +<% issue.visible_custom_field_values(users.first).each do |c| %> <li><%=h c.custom_field.name %>: <%=h show_value(c) %></li> <% end %> </ul> |