dabo Commit
Revision 6777
Date: 2011-08-11 08:25:32 -0700 (Thu, 11 Aug 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6777
Changed:
U trunk/dabo/biz/dBizobj.py
Log:
Fix dBizobj doesn't cancel new unchanged children issue.
Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py 2011-08-09 22:19:42 UTC (rev 6776)
+++ trunk/dabo/biz/dBizobj.py 2011-08-11 15:25:32 UTC (rev 6777)
@@ -1537,7 +1537,7 @@
if not ret:
for child in self.getChildren():
- ret = child.isAnyChanged()
+ ret =
child.isAnyChanged(includeNewUnchanged=includeNewUnchanged)
if ret:
break
return ret
_______________________________________________
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]