The configuration wasnt properly updated before testing this patch.

Revert "the cookie is required to contain the :cost_query hash for report settings"

This reverts commit 89ae2fd1ca.
pull/6827/head
Tim Felgentreff 14 years ago
parent 89ae2fd1ca
commit dd3042e9fc
  1. 2
      lib/costs_timelog_controller_patch.rb

@ -32,7 +32,7 @@ module CostsTimelogControllerPatch
filters[:values][:project_id] = [@project.id.to_s]
respond_to do |format|
format.html {
session[:cost_query] = { :filters => filters, :groups => {:rows => [], :columns => []} }
session[:report] = { :filters => filters, :groups => {:rows => [], :columns => []} }
redirect_to :controller => "cost_reports", :action => "index", :project_id => @project, :unit => -1
}

Loading…
Cancel
Save