summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2019-03-30 07:16:13 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2019-03-30 07:16:13 +0000
commit0db24c82a41dbc518f2ced5a0ccffb6307635cdb (patch)
tree84883b19a4358db96c0ddbbac36a29679047fea7
parent86be45bed57764348b90ef2f57f9a62b971f0c93 (diff)
downloadredmine-0db24c82a41dbc518f2ced5a0ccffb6307635cdb.tar.gz
redmine-0db24c82a41dbc518f2ced5a0ccffb6307635cdb.zip
Merged r18015 to 4.0-stable (#31063).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18019 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/queries/_form.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/queries/_form.html.erb b/app/views/queries/_form.html.erb
index f424e103c..7f79906ef 100644
--- a/app/views/queries/_form.html.erb
+++ b/app/views/queries/_form.html.erb
@@ -40,6 +40,8 @@
<% else %>
<fieldset id="options"><legend><%= l(:label_options) %></legend>
<p><label><%= l(:button_show) %></label>
+ <%= hidden_field_tag 'query[draw_relations]', '0' %>
+ <%= hidden_field_tag 'query[draw_progress_line]', '0' %>
<label class="inline"><%= check_box_tag "query[draw_relations]", "1", @query.draw_relations %> <%= l(:label_related_issues) %></label>
<label class="inline"><%= check_box_tag "query[draw_progress_line]", "1", @query.draw_progress_line %> <%= l(:label_gantt_progress_line) %></label>
</p>