mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #1290 from patbolo/ticket/8322
FIX #8322 Use POST instead of GET when using LeftAndMain::savetreenode s...
This commit is contained in:
commit
8ece47ad55
@ -96,6 +96,7 @@
|
||||
|
||||
$.ajax({
|
||||
'url': self.data('urlSavetreenode'),
|
||||
'type': 'POST',
|
||||
'data': {
|
||||
ID: nodeID,
|
||||
ParentID: newParentID,
|
||||
|
Loading…
Reference in New Issue
Block a user