From: Jean-Philippe Lang Date: Thu, 11 Oct 2007 20:38:49 +0000 (+0000) Subject: Fixed: unable to change how many months are displayed on the gantt. X-Git-Tag: 0.6.0~54 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3a0cd55622e53864a7e78e039b5d25c7208fe6a7;p=redmine.git Fixed: unable to change how many months are displayed on the gantt. git-svn-id: http://redmine.rubyforge.org/svn/trunk@828 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/projects/gantt.rhtml b/app/views/projects/gantt.rhtml index 75e5b9fc5..21ef600a8 100644 --- a/app/views/projects/gantt.rhtml +++ b/app/views/projects/gantt.rhtml @@ -27,7 +27,7 @@ t_height = g_height + headers_height

<%= l(:label_gantt) %>

-<% form_tag(params.merge(:month => nil, :year => nil, :years => nil)) do %> +<% form_tag(params.merge(:month => nil, :year => nil, :months => nil)) do %>