From: Toshi MARUYAMA Date: Wed, 8 Jan 2014 05:36:34 +0000 (+0000) Subject: remove unneeded Relation#all from app/views/custom_fields/_form.html.erb X-Git-Tag: 2.5.0~382 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=251e3cc7fa4966a919c1a845d5942f5649509ffc;p=redmine.git remove unneeded Relation#all from app/views/custom_fields/_form.html.erb git-svn-id: http://svn.redmine.org/redmine/trunk@12517 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb index a6417bb53..0ef7843c6 100644 --- a/app/views/custom_fields/_form.html.erb +++ b/app/views/custom_fields/_form.html.erb @@ -88,7 +88,7 @@ when "IssueCustomField" %> <% if @custom_field.is_a?(IssueCustomField) %>
<%=l(:label_tracker_plural)%> - <% Tracker.sorted.all.each do |tracker| %> + <% Tracker.sorted.each do |tracker| %> <%= check_box_tag "custom_field[tracker_ids][]", tracker.id, (@custom_field.trackers.include? tracker),