Procházet zdrojové kódy

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
pull/145/merge
Marius Balteanu před 4 měsíci
rodič
revize
e749ac5136
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. 5
    1
      app/views/queries/_form.html.erb

+ 5
- 1
app/views/queries/_form.html.erb Zobrazit soubor

@@ -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 %>


Načítá se…
Zrušit
Uložit