Removes duplicate issue subject on gantt (#6763).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4392 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Philippe Lang 14 years ago
parent fa3d71bed9
commit aa84e6c179
  1. 2
      lib/redmine/helpers/gantt.rb

@ -536,8 +536,6 @@ module Redmine
end
output << "<span class='#{css_classes.join(' ')}'>"
output << view.link_to_issue(issue)
output << ":"
output << h(issue.subject)
output << '</span>'
else
ActiveRecord::Base.logger.debug "Gantt#subject_for_issue was not given an issue"

Loading…
Cancel
Save