Actions
Defect #2707
closedTimeLog adds a new log instead of update on Edit
Resolution:
Fixed
Affected version:
Description
When you edit a time log, a new time log is produced instead of edited.
In
In http://www.redmine.org/repositories/changes/redmine/trunk/app/views/timelog/edit.rhtml
This:
<% labelled_tabular_form_for :time_entry, @time_entry, :url => {:action => 'edit', :project_id => @time_entry.project} do |f| >
Should be:
< labelled_tabular_form_for :time_entry, @time_entry, :url => {:action => 'edit', :id => @time_entry, :project_id => @time_entry.project} do |f| %>
Many thanks,
Mario
p.s. can I be a contributor, or is there a way already?
Files
Actions