-
28 Jan 2012 8:15 PM #1
Rest proxy sets the id param even though it is being appended to the url string
Rest proxy sets the id param even though it is being appended to the url string
Not really a bug, but definitely a glitch.
You end up with a url string something like /data/person/123?id=123 which is not very desirable.
I have worked around this by overriding buildUrl in a class derived from Ext.data.proxy.Rest and doing the following:
To be fair I'm still using PR3.Code:if (request.params['id']) delete request.params['id'];
Edit: oops, I meant to post this in the 2.x bugs forum. How do I shift it?
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote