mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-01 05:09:40 +00:00
Fixed tests broken by r13461.
git-svn-id: http://svn.redmine.org/redmine/trunk@13466 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
526623980d
commit
78120536b1
@ -1224,7 +1224,7 @@ class Issue < ActiveRecord::Base
|
||||
|
||||
Issue.
|
||||
visible(User.current, :project => options[:project], :with_subprojects => options[:with_subprojects]).
|
||||
joins(:status).
|
||||
joins(:status, assoc.name).
|
||||
group(:status_id, :is_closed, select_field).
|
||||
count.
|
||||
map do |columns, total|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user