dabo Commit
Revision 7133
Date: 2012-04-03 09:41:32 -0700 (Tue, 03 Apr 2012)
Author: Paul
Trac: http://trac.dabodev.com/changeset/7133

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

Log:
Checking RowNumber was an error; removed.


Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py   2012-04-03 12:39:47 UTC (rev 7132)
+++ trunk/dabo/biz/dBizobj.py   2012-04-03 16:41:32 UTC (rev 7133)
@@ -2472,7 +2472,7 @@
                The _visitedKeys set is used for optimization of cancelAll() 
                and saveAll(), and only applies to bizobjs with no parent.
                """
-               if not self.Parent and self.RowCount and self.RowNumber:
+               if not self.Parent and self.RowCount:
                        self._visitedKeys.add(self.getPK())
 
 



_______________________________________________
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