dabo Commit
Revision 5910
Date: 2010-07-07 06:45:33 -0700 (Wed, 07 Jul 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5910

Changed:
U   trunk/dabo/biz/dBizobj.py

Log:
Reverts a behavioral change introduced accidentally in r5846. Now scan() will 
requery child bizobjs by default.


Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py   2010-07-05 18:47:01 UTC (rev 5909)
+++ trunk/dabo/biz/dBizobj.py   2010-07-07 13:45:33 UTC (rev 5910)
@@ -77,7 +77,7 @@
                self._dataSource = ""
                self._nonUpdateFields = []
                self._scanRestorePosition = True
-               self._scanRequeryChildren = False
+               self._scanRequeryChildren = True
                self._scanReverse = False
                self._userSQL = None
                self._parent  = None



_______________________________________________
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]

Reply via email to