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
This commit is contained in:
parent
f7daee47a6
commit
3a0cd55622
|
@ -27,7 +27,7 @@ t_height = g_height + headers_height
|
|||
|
||||
<h2><%= l(:label_gantt) %></h2>
|
||||
|
||||
<% form_tag(params.merge(:month => nil, :year => nil, :years => nil)) do %>
|
||||
<% form_tag(params.merge(:month => nil, :year => nil, :months => nil)) do %>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td align="left">
|
||||
|
|
Loading…
Reference in New Issue