Project

General

Profile

Actions

Feature #1645

closed

Recommend adding Timelog line to issue context menu

Added by Davin Atkins over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
Start date:
2008-07-15
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

If developer is working on tasks from /my/page (or the issue list), he/she may find it easier to right-click on the issue in order to get to the time-log for that issue, bypassing one screen.

Partial implementation to follow...

Add to context_menu.rhtml

<li><%= context_menu_link l(:button_time), {:controller => 'timelog', :action => 'edit', :issue_id => @issue},
:class => 'icon-time', :disabled => !@can[:edit] %></li>

Add :button_time to appropriate language packs (I'm not married to the verbiage)

button_time: Add time spent

This is something that I found useful and added to my demo version during my evaluation of the program. I can provide a diff if you would like, but since this is a UI issue I figured you may prefer to position these elements yourself.

Actions #1

Updated by David Marín Carreño over 15 years ago

  • Target version deleted (0.7.3)

0.7.3 was released more than a week ago...

Actions #2

Updated by Jean-Philippe Lang over 15 years ago

  • Status changed from New to Closed
  • Target version set to 0.8
  • Resolution set to Fixed

Link added in r1672.

Actions

Also available in: Atom PDF