[CMF-checkins] CVS: Products/CMFDefault - __init__.py:1.30

Yvo Schubbe y.2005- at wcm-solutions.de
Mon Apr 18 11:33:52 EDT 2005


Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv11860/CMFDefault

Modified Files:
	__init__.py 
Log Message:
reverted recent change on HEAD:

"visibility=None" does not only remove 'CMF Site' from the 'Add' list.
This also removes CMFSite from all_meta_types, breaking site imports and other methods depending on _verifyObjectPaste.


=== Products/CMFDefault/__init__.py 1.29 => 1.30 ===
--- Products/CMFDefault/__init__.py:1.29	Wed Mar 16 03:58:08 2005
+++ Products/CMFDefault/__init__.py	Mon Apr 18 11:33:52 2005
@@ -121,7 +121,6 @@
                                         , Portal.manage_addCMFSite
                                         )
                          , icon='portal.gif'
-                         , visibility=None
                          )
 
     registerIcon( DefaultWorkflow.DefaultWorkflowDefinition



More information about the CMF-checkins mailing list