PDA

View Full Version : [FIXED] Possible bug in class Ext.data.Connection



fermo111
9 Nov 2007, 4:07 AM
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:


if(method == 'GET' && (this.disableCaching && o.disableCaching !== false) || o.disableCaching === true){

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.

Thanks

Luca

brian.moeskau
2 Aug 2008, 3:41 PM
Fixed in SVN.