dabo Commit
Revision 6391
Date: 2011-02-04 14:04:55 -0800 (Fri, 04 Feb 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6391
Changed:
U trunk/dabo/biz/dBizobj.py
Log:
Fix the requery() ignore the _childCacheInterval attribute issue.
Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py 2011-02-04 17:12:08 UTC (rev 6390)
+++ trunk/dabo/biz/dBizobj.py 2011-02-04 22:04:55 UTC (rev 6391)
@@ -1564,7 +1564,7 @@
if child.RequeryWithParent:
if not
child.isAnyChanged(useCurrentParent=True):
# Check for caching
- if child._CurrentCursor.lastRequeryTime
or child.cacheExpired():
+ if child.cacheExpired():
child.requery()
self.afterChildRequery()
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]