-
9 Nov 2007 4:07 AM #1
[FIXED] Possible bug in class Ext.data.Connection
[FIXED] Possible bug in class Ext.data.Connection
The 'nocache' attribute in Ext.UpdateManager.update() doesn't appear to work.
I may have tracked the problem to this line in the Ext.data.Connection class:
When this line is reached following a Ext.UpdateManager.update(), the 'o' object does not have a 'disableCaching' attribute, but has a 'nocache' attribute instead.Code:if(method == 'GET' && (this.disableCaching && o.disableCaching !== false) || o.disableCaching === true){
Thanks
Luca
-
2 Aug 2008 3:41 PM #2


Reply With Quote