Vote #67902
完了Add issue status to issue tooltip...
開始日:
2010/08/18
期日:
進捗率:
100%
予定工数:
Redmineorg_URL:
category_id:
10
version_id:
21
issue_org_id:
6169
author_id:
16843
assigned_to_id:
5
comments:
3
status_id:
5
tracker_id:
3
plus1:
0
affected_version:
closed_on:
affected_version_id:
説明
Would be incredibly nice...
--- issues_helper.rb
+++ (clipboard)
@@ -30,14 +30,12 @@
end
def render_issue_tooltip(issue)
+ @cached_label_status ||= l(:field_status)
@cached_label_start_date ||= l(:field_start_date)
@cached_label_due_date ||= l(:field_due_date)
@cached_label_assigned_to ||= l(:field_assigned_to)
@cached_label_priority ||= l(:field_priority)
link_to_issue(issue) + "
" +
+ "#{@cached_label_status}: #{issue.status.name}
" +
"#{@cached_label_start_date}: #{format_date(issue.start_date)}
" +
"#{@cached_label_due_date}: #{format_date(issue.due_date)}
" +
"#{@cached_label_assigned_to}: #{issue.assigned_to}
" +
journals
--------------------------------------------------------------------------------
Added in r3952. Thank you for the contribution.
--------------------------------------------------------------------------------
Merged to 1.0-stable for release in 1.0.1.
--------------------------------------------------------------------------------
いいね!0