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.
  1. #1
    Sencha User
    Join Date
    Jun 2012
    Posts
    16
    Vote Rating
    0
    larini is on a distinguished road

      0  

    Default 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

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,599
    Vote Rating
    435
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Thanks for the report! I have opened a bug in our bug tracker.

Tags for this Thread