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:
parent
5b9cede709
commit
360fb2bf43
@ -40,7 +40,7 @@
|
|||||||
:data => {:disables => "#columns, .block_columns input"} %></p>
|
:data => {:disables => "#columns, .block_columns input"} %></p>
|
||||||
|
|
||||||
<% unless params[:gantt] %>
|
<% 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>
|
<%= 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? %>
|
<% unless @query.available_block_columns.empty? %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user