##// END OF EJS Templates
Fixed tests broken by r13461....
Jean-Philippe Lang -
r13085:78120536b15e
parent child
Show More
@@ -1224,7 +1224,7 class Issue < ActiveRecord::Base
1224
1224
1225 Issue.
1225 Issue.
1226 visible(User.current, :project => options[:project], :with_subprojects => options[:with_subprojects]).
1226 visible(User.current, :project => options[:project], :with_subprojects => options[:with_subprojects]).
1227 joins(:status).
1227 joins(:status, assoc.name).
1228 group(:status_id, :is_closed, select_field).
1228 group(:status_id, :is_closed, select_field).
1229 count.
1229 count.
1230 map do |columns, total|
1230 map do |columns, total|
General Comments 0
You need to be logged in to leave comments. Login now