[Checkins] SVN: CMF/trunk/CMFCore/PortalObject.py Merged __parent__ fix from the 2.1 branch.

Hanno Schlichting plone at hannosch.info
Wed Jun 6 11:46:14 EDT 2007


Log message for revision 76431:
  Merged __parent__ fix from the 2.1 branch.
  

Changed:
  U   CMF/trunk/CMFCore/PortalObject.py

-=-
Modified: CMF/trunk/CMFCore/PortalObject.py
===================================================================
--- CMF/trunk/CMFCore/PortalObject.py	2007-06-06 15:45:55 UTC (rev 76430)
+++ CMF/trunk/CMFCore/PortalObject.py	2007-06-06 15:46:14 UTC (rev 76431)
@@ -70,6 +70,7 @@
                 next = base
             name = '/'.join(self.getPhysicalPath())
             self._components = PersistentComponents(name, (next,))
+            self._components.__parent__ = self
         return self._components
 
 InitializeClass(PortalObjectBase)



More information about the Checkins mailing list