mirror of
https://github.com/redmine/redmine.git
synced 2026-01-30 11:19:59 +01:00
Statuses of subprojects should be showed too (#5385).
git-svn-id: http://svn.redmine.org/redmine/trunk@16576 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -455,7 +455,7 @@ class Project < ActiveRecord::Base
|
||||
|
||||
def rolled_up_statuses
|
||||
issue_status_ids = WorkflowTransition.
|
||||
where(:tracker_id => trackers).
|
||||
where(:tracker_id => rolled_up_trackers.map(&:id)).
|
||||
distinct.
|
||||
pluck(:old_status_id, :new_status_id).
|
||||
flatten.
|
||||
|
||||
Reference in New Issue
Block a user