fix /time_entries in chiliproject

pull/6827/head
Stephan Eckardt 14 years ago
parent 88eaa73d77
commit 409e6c1e96
  1. 2
      lib/costs_timelog_controller_patch.rb

@ -11,7 +11,7 @@ module CostsTimelogControllerPatch
alias_method_chain :details, :reports_view
else
# in chiliproject details was renamed to index
alias :details_without_report_view :index
alias :details_without_reports_view :index
alias :index :details_with_reports_view
end
end

Loading…
Cancel
Save