mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX #8322 Use POST instead of GET when using LeftAndMain::savetreenode so large site trees can be reorganised as well
This commit is contained in:
parent
e0be520fef
commit
412f58b559
@ -96,6 +96,7 @@
|
||||
|
||||
$.ajax({
|
||||
'url': self.data('urlSavetreenode'),
|
||||
'type': 'POST',
|
||||
'data': {
|
||||
ID: nodeID,
|
||||
ParentID: newParentID,
|
||||
|
Loading…
Reference in New Issue
Block a user