Sochettra / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

initAjax uses GET, onLazyRead appendAjax uses POST #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Turn persisting on
2. Use lazy loading

Is there any reason why initAjax uses GET and then onLazyRead appendAjax uses 
POST?

I assumed these would use the same method.

Original issue reported on code.google.com by bjohn...@accomplishhosting.com on 4 Apr 2011 at 4:09

GoogleCodeExporter commented 8 years ago
I would assume this too, unless ajax option type: 'POST' was explicitly set or 
default optpions have been changed.
Could you post an working example thatreproduces this behavior?

Original comment by moo...@wwwendt.de on 4 Apr 2011 at 7:55

GoogleCodeExporter commented 8 years ago
Hi,

Yes we do set it to POST in our own script.  I tried setting it back to "GET" 
using:
method: GET

In the dynatree appendajax function but this did not work.  Is there a way to 
change the dynatree default "GET" to "POST"?

Original comment by bjohn...@accomplishhosting.com on 4 Apr 2011 at 12:20

GoogleCodeExporter commented 8 years ago
shouldn't it be 
  type: 'GET'
?

Original comment by moo...@wwwendt.de on 4 Apr 2011 at 3:43

GoogleCodeExporter commented 8 years ago
Closing 'Waiting' issues without timely answer

Original comment by moo...@wwwendt.de on 6 Oct 2013 at 2:09

GoogleCodeExporter commented 8 years ago
Cleanup Scrumboard

Original comment by moo...@wwwendt.de on 2 May 2014 at 7:47