dabo Commit
Revision 6418
Date: 2011-02-10 09:35:05 -0800 (Thu, 10 Feb 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6418
Changed:
U trunk/dabo/biz/dBizobj.py
Log:
Added suppoort for the scanRequeryChildren parameter in the scanRows method to
override ScanRequeryChildren property.
Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py 2011-02-10 16:47:34 UTC (rev 6417)
+++ trunk/dabo/biz/dBizobj.py 2011-02-10 17:35:05 UTC (rev 6418)
@@ -776,6 +776,11 @@
except KeyError:
reverse = self.ScanReverse
try:
+ requeryChildren = kwargs["scanRequeryChildren"]
+ del(kwargs["scanRequeryChildren"])
+ except KeyError:
+ requeryChildren = self.ScanRequeryChildren
+ try:
currPK = self.getPK()
currRow = None
except dException.dException:
_______________________________________________
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]