1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Removes duplicated 'group_by' id (#29482).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18791 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-10-22 05:04:37 +00:00
parent 5b9cede709
commit 360fb2bf43

View File

@ -40,7 +40,7 @@
:data => {:disables => "#columns, .block_columns input"} %></p>
<% unless params[:gantt] %>
<p id="group_by"><label id="group_by" for="query_group_by"><%= l(:field_group_by) %></label>
<p id="group_by"><label for="query_group_by"><%= l(:field_group_by) %></label>
<%= select 'query', 'group_by', @query.groupable_columns.collect {|c| [c.caption, c.name.to_s]}, :include_blank => true %></p>
<% unless @query.available_block_columns.empty? %>