mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
Fix query columns selection in custom query form (#39806).
Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@22610 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6f4357b0a7
commit
e749ac5136
@ -96,7 +96,11 @@
|
||||
<% unless params[:calendar] %>
|
||||
<%= content_tag 'fieldset', :id => 'columns' do %>
|
||||
<legend><%= l(:field_column_names) %></legend>
|
||||
<%= render_query_columns_selection(query) %>
|
||||
<div id="list-definition">
|
||||
<div>
|
||||
<%= render_query_columns_selection(query) %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user