diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-23 11:59:52 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-23 11:59:52 +0000 |
commit | aac543dfba671a2848536cc22a9513ff1154fc46 (patch) | |
tree | e7fa9362215e5f43a99e86401d661d2868283f91 /app/views/settings | |
parent | 5fbe5d74bc07e55130005ac2200d568f98fd5aa2 (diff) | |
download | redmine-aac543dfba671a2848536cc22a9513ff1154fc46.tar.gz redmine-aac543dfba671a2848536cc22a9513ff1154fc46.zip |
Column Project is no longer added by default to the list of default columns for time entries (#26537).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17503 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/_timelog.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_timelog.html.erb b/app/views/settings/_timelog.html.erb index e3c0a5657..bc5f054c2 100644 --- a/app/views/settings/_timelog.html.erb +++ b/app/views/settings/_timelog.html.erb @@ -13,9 +13,9 @@ <legend><%= l(:setting_time_entry_list_defaults) %></legend> <% query = TimeEntryQuery.new(Setting.time_entry_list_defaults) %> + <%= hidden_field_tag('settings[time_entry_list_defaults][column_names][]', '') %> <%= render_query_columns_selection(query, :name => 'settings[time_entry_list_defaults][column_names]') %> - <p> <label><%= l(:label_total_plural) %></label> <%= available_totalable_columns_tags(query, |