summaryrefslogtreecommitdiff
path: root/app/controllers/version_reports_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/version_reports_controller.rb')
-rw-r--r--app/controllers/version_reports_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/version_reports_controller.rb b/app/controllers/version_reports_controller.rb
index 6979943..3933a1b 100644
--- a/app/controllers/version_reports_controller.rb
+++ b/app/controllers/version_reports_controller.rb
@@ -12,6 +12,8 @@ class VersionReportsController < ApplicationController
def show
@show_time = params[:time] != 'false'
@show_money = params[:money] != 'false'
+ @show_dates = params[:dates] != 'false'
+ @show_budget = params[:budget] != 'false'
# the issues fetched here are the top level 'deliverable' issues.
# so, we don't want to include issues from any other projects.
@issues = @version.fixed_issues.where(:project_id => @version.project_id)