Use GET instead of POST to retrieve context menu (#6762).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4504 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-12-12 16:26:24 +00:00
parent 29e0bca43a
commit aaee26ae22
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ ContextMenu.prototype = {
new Ajax.Updater({success:'context-menu'}, this.url,
{asynchronous:true,
method: 'get',
evalScripts:true,
parameters:Form.serialize(Event.findElement(e, 'form')),
onComplete:function(request){