-
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
-
14 Mar 2013 9:51 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 435
Thanks for the report! I have opened a bug in our bug tracker.
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