From 6ec4ab925d4f8f310ed49cc7158d27c376cc6363 Mon Sep 17 00:00:00 2001 From: jplang Date: Thu, 11 Oct 2007 20:38:49 +0000 Subject: [PATCH] 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 --- app/views/projects/gantt.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/gantt.rhtml b/app/views/projects/gantt.rhtml index 75e5b9f..21ef600 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 %>
-- 2.11.4.GIT