Modification of Time Tracker Plugin.
Added by Jerome Castang about 14 years ago
Hello all,
I'am trying to modify TimeTracker Plugin to match my needs.
When using this plugin, after selecting "stop" to add time to a ticket, it redirect me on the "update time log" page.
What I want to do is to be redirected on the "update ticket page" (where we put update and history to a ticket), and keep counted time using plugin.
I think I have to modify this line in this plugin file: app/controllers/time_trackers_controller.rb
redirect_to :controller => 'timelog', :action => logtime_action, :issue_id => issue_id, :time_entry => { :hours => hours }
Thanks a lot for help.