Project

General

Profile

Actions

Defect #6702

closed

TimeLog controller does not have 'details' action

Added by yusuke kokubo over 13 years ago. Updated over 13 years ago.

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 #1

Updated by Holger Just over 13 years ago

In r4325, details was renamed to index.

Eric Hulser, could you please fix that?

Actions #2

Updated by Jean-Philippe Lang over 13 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

Also available in: Atom PDF