Fixing bug where issue growth graph showed all projects instead of subprojects
This commit is contained in:
parent
3c92453b02
commit
8fdc521aa5
|
@ -10,6 +10,7 @@ class GraphsController < ApplicationController
|
|||
|
||||
before_filter :find_version, :only => [:target_version_graph]
|
||||
before_filter :confirm_issues_exist, :only => [:issue_growth]
|
||||
before_filter :find_optional_project, :only => [:issue_growth_graph]
|
||||
before_filter :find_open_issues, :only => [:old_issues, :issue_age_graph]
|
||||
|
||||
helper IssuesHelper
|
||||
|
|
Loading…
Reference in New Issue
Block a user