Threaded View
-
14 Mar 2013 4:06 AM #1
Bug in 4.2
Bug in 4.2
After installing new Extjs 4.2, I found that the "save" method of a model stops to work.
I found a minor difference between "buildUrl" in this version:
4.1:
if (me.appendId && id)
4.2:
if (me.appendId && (id != null))
This is in the "Ext.data.proxy.Rest" definition object.
The bug results in a malformed url like: /posts/.json instead of /posts.json
You found a bug! We've classified it as
EXTJSIV-9136
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote