Project

General

Profile

Patch #29308 » 0001-time-entry-creation-preserve-spent-on-when-using-cre.patch

Jens Krämer, 2018-08-01 07:17

View differences:

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]
(1-1/2)