-
4 Mar 2011 12:45 PM #1
[FIXED]Ext.data.Model.destroy() missing
[FIXED]Ext.data.Model.destroy() missing
This is probably a well known issue but I just wanted to add a reminder...
Calling destroy() on a model instance does nothing and throws no error; it just ends up in an empty function call in Ext.Base.
Hopefully we'll see it implemented in the next dev preview
-
5 Mar 2011 12:21 AM #2
-
5 Mar 2011 2:34 PM #3
+1 From me, to get this fixed in the next preview (release 4)! I need this to complete my proof of concept.
-
9 Mar 2011 6:18 AM #4
A destroy method has been added.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
13 Mar 2011 4:50 AM #5
Excellent news, thank you!
-
2 May 2011 10:15 AM #6
destroy method doesn't use DELETE
destroy method doesn't use DELETE
Hi,
I'm trying Ext.data.Model.
Docs say that Model.destroy uses DELETE request, but actually it uses GET request so I can't distinguish load and destroy on server side. Is it a bug or I'm doing something wrong?
ExtJS version is 4.0.0.
thank you.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED]Bug in Ext.data.Model.setProxy()
By n3rd in forum Ext:BugsReplies: 1Last Post: 9 Mar 2011, 1:33 AM -
Model.destroy() does not work
By Mike Mandel in forum Ext: DiscussionReplies: 2Last Post: 28 Feb 2011, 3:21 PM -
[FIXED]Missing Ext.data.TreeStore
By dorgan in forum Sencha Touch 1.x: BugsReplies: 7Last Post: 1 Oct 2010, 7:01 AM -
[FIXED-187] The model data become undefined.
By taka_2 in forum Sencha Touch 1.x: BugsReplies: 5Last Post: 14 Aug 2010, 5:18 AM -
[FIXED][3.0svn] Javascript error on Ext.data.Api.getVerbs() in HttpProxy.destroy()
By jtvoorde in forum Ext 3.x: BugsReplies: 2Last Post: 27 May 2009, 6:14 PM


Reply With Quote