dabo Commit
Revision 6048
Date: 2010-10-02 10:25:01 -0700 (Sat, 02 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6048
Changed:
U trunk/dabo/biz/dBizobj.py
Log:
Additional fix for Trac #1373.
Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py 2010-10-02 14:39:01 UTC (rev 6047)
+++ trunk/dabo/biz/dBizobj.py 2010-10-02 17:25:01 UTC (rev 6048)
@@ -1399,7 +1399,8 @@
if self.AutoPopulatePK:
pk = self.getPK()
for child in self.__children:
- child.setParentFK()
+ if child.FillLinkFromParent:
+ child.setParentFK()
# Call the custom hook method
self.onSaveNew()
_______________________________________________
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]