[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/ObjectManager.py Merged r69910:69911 from 2.8 branch.

Stefan H. Holek stefan at epy.co.at
Fri Sep 1 09:20:06 EDT 2006


Log message for revision 69915:
  Merged r69910:69911 from 2.8 branch.
  
  Help avoid acquisition disaster in Folder.manage_main (main.dtml).
  

Changed:
  U   Zope/trunk/lib/python/OFS/ObjectManager.py

-=-
Modified: Zope/trunk/lib/python/OFS/ObjectManager.py
===================================================================
--- Zope/trunk/lib/python/OFS/ObjectManager.py	2006-09-01 13:18:39 UTC (rev 69914)
+++ Zope/trunk/lib/python/OFS/ObjectManager.py	2006-09-01 13:20:03 UTC (rev 69915)
@@ -167,6 +167,8 @@
 
     isPrincipiaFolderish=1
 
+    has_order_support = 0 # See OrderSupport.py
+
     # IPossibleSite API
 
     _components = None



More information about the Zope-Checkins mailing list