[Zope-Checkins]
SVN: Zope/branches/2.9/lib/python/OFS/ObjectManager.py
Merged r69910:69911 from 2.8 branch.
Stefan H. Holek
stefan at epy.co.at
Fri Sep 1 09:08:58 EDT 2006
Log message for revision 69912:
Merged r69910:69911 from 2.8 branch.
Help avoid acquisition disaster in Folder.manage_main (main.dtml).
Changed:
U Zope/branches/2.9/lib/python/OFS/ObjectManager.py
-=-
Modified: Zope/branches/2.9/lib/python/OFS/ObjectManager.py
===================================================================
--- Zope/branches/2.9/lib/python/OFS/ObjectManager.py 2006-09-01 12:56:34 UTC (rev 69911)
+++ Zope/branches/2.9/lib/python/OFS/ObjectManager.py 2006-09-01 13:08:51 UTC (rev 69912)
@@ -168,6 +168,8 @@
isPrincipiaFolderish=1
+ has_order_support = 0 # See OrderSupport.py
+
def __class_init__(self):
try: mt=list(self.meta_types)
except: mt=[]
More information about the Zope-Checkins
mailing list