No PUT request to get previous/next month.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5287 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e6659501de
commit
2431d830b1
|
@ -37,7 +37,7 @@ module CalendarsHelper
|
|||
link_target = calendar_path(:year => year, :month => month, :project_id => project_id)
|
||||
|
||||
link_to_remote(link_name,
|
||||
{:update => "content", :url => link_target, :method => :put},
|
||||
{:update => "content", :url => link_target, :method => :get},
|
||||
{:href => link_target})
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue