dabo Commit
Revision 6950
Date: 2011-10-28 10:55:18 -0700 (Fri, 28 Oct 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6950
Changed:
U trunk/dabo/biz/dBizobj.py
Log:
In r6917 I inadvertantly rendered RequeryWithParent inoperative. Fixed.
Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py 2011-10-28 16:57:44 UTC (rev 6949)
+++ trunk/dabo/biz/dBizobj.py 2011-10-28 17:55:18 UTC (rev 6950)
@@ -1427,7 +1427,7 @@
# both of those conditions out completely for
now, although that is most certainly
# wrong as well, but at least we are now
consistent in behavior between e.g. self.first()
# and self.RowNumber = 0.
- if updateChildren and child.cacheExpired() and
not child.isAnyChanged():
+ if child.RequeryWithParent and updateChildren
and child.cacheExpired() and not child.isAnyChanged():
child.requery()
_______________________________________________
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]