[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/OFS/ObjectManager.py Help avoid acquisition disaster in Folder.manage_main (main.dtml).

Stefan H. Holek stefan at epy.co.at
Fri Sep 1 08:56:35 EDT 2006


Log message for revision 69911:
  Help avoid acquisition disaster in Folder.manage_main (main.dtml).
  

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/OFS/ObjectManager.py

-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/OFS/ObjectManager.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/OFS/ObjectManager.py	2006-09-01 10:52:28 UTC (rev 69910)
+++ Zope/branches/Zope-2_8-branch/lib/python/OFS/ObjectManager.py	2006-09-01 12:56:34 UTC (rev 69911)
@@ -155,6 +155,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