Actions
Defect #6702
closedTimeLog controller does not have 'details' action
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Time tracking
Target version:
-
Start date:
2010-10-20
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
TimeEntry create a url for detail of timelog.
:url => Proc.new {|o| {:controller => 'timelog', :action => 'details', :project_id => o.project, :issue_id => o.issue}},
http://www.redmine.org/projects/redmine/repository/entry/trunk/app/models/time_entry.rb#L30
but TimeLog controller does not have 'details' action.
http://www.redmine.org/projects/redmine/repository/entry/trunk/app/controllers/timelog_controller.rb
Actions