プロジェクト

全般

プロフィール

Vote #70332

完了

Table in timelog report overflows

Admin Redmine さんが約4年前に追加. 約4年前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
UI_10
対象バージョン:
開始日:
2011/07/14
期日:
進捗率:

0%

予定工数:
category_id:
10
version_id:
39
issue_org_id:
8809
author_id:
18060
assigned_to_id:
1
comments:
4
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
35
ステータス-->[Closed]

説明

I think a screenshot says more than words: attachment:Spent_time_bug.PNG

The fix attachment:Spent_time_fix.PNG needs a

around the table.

File /{redmine_root}/app/views/time_entry_reports/report.rhtml

<%= l(:label_total) %>: <%= html_hours(l_hours(@total_hours)) %>

<% unless @hours.empty? %> Line 41: +
<% @criterias.each do |criteria| %> . . .
<%= html_hours("%.2f" % total) if total > 0 %>
Line 69: +
<% other_formats_links do |f| %> <%= f.link_to 'CSV', :url => params %> <% end %> <% end %> <% end %>

Add the CSS-Class "overflow-auto" to the theme

div.overflow-auto {
    overflow: auto;
}

journals

--------------------------------------------------------------------------------
Confirmed.

http://demo.redmine.org/projects/frezcrcr/time_entries/report?period_type=1&period=all&columns=day&criterias[]=activity
--------------------------------------------------------------------------------
Fixed in r7982.
--------------------------------------------------------------------------------
Merged in r7996.
--------------------------------------------------------------------------------

Admin Redmine さんが約4年前に更新

  • カテゴリUI_10 にセット
  • 対象バージョン1.2.3_39 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0