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
Updated by Holger Just about 14 years ago
In r4325, details
was renamed to index
.
Eric Hulser, could you please fix that?
Updated by Jean-Philippe Lang about 14 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in r4277.
After the fix, use CTRL+F5 to refresh the activity view if needed.
Actions