diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-07-28 15:16:14 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-07-28 15:16:14 +0000 |
commit | 76e48c391454ee09628059b3a3675a1db7319988 (patch) | |
tree | 6ca274a434ed081865c0684eac191aefe525f1ab /app/controllers/timelog_controller.rb | |
parent | 474453d2b0afc51fd87a03cb110db53f57ab1899 (diff) | |
download | redmine-76e48c391454ee09628059b3a3675a1db7319988.tar.gz redmine-76e48c391454ee09628059b3a3675a1db7319988.zip |
Spent time details and report should ignore 'Setting.display_subprojects_issues?' (#14415).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12057 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/timelog_controller.rb')
-rw-r--r-- | app/controllers/timelog_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/timelog_controller.rb b/app/controllers/timelog_controller.rb index 111925cf7..1a880a133 100644 --- a/app/controllers/timelog_controller.rb +++ b/app/controllers/timelog_controller.rb @@ -284,8 +284,6 @@ private scope = @query.results_scope(options) if @issue scope = scope.on_issue(@issue) - elsif @project - scope = scope.on_project(@project, Setting.display_subprojects_issues?) end scope end |