Patch #29308 » 0001-time-entry-creation-preserve-spent-on-when-using-cre.patch
app/controllers/timelog_controller.rb | ||
---|---|---|
113 | 113 |
:time_entry => { |
114 | 114 |
:project_id => params[:time_entry][:project_id], |
115 | 115 |
:issue_id => @time_entry.issue_id, |
116 |
:spent_on => @time_entry.spent_on, |
|
116 | 117 |
:activity_id => @time_entry.activity_id |
117 | 118 |
}, |
118 | 119 |
:back_url => params[:back_url] |