[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Views/Browser - configure.zcml:1.4

Jim Fulton jim@zope.com
Sun, 23 Jun 2002 13:29:53 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv19255

Modified Files:
	configure.zcml 
Log Message:
Undid Gary's commenting out of the registration. This registration is
necessary. Wirthout it we can't add content.


=== Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/configure.zcml 1.3 => 1.4 ===
        folders, service managers, role services, and so on: undesirable.
        
-       Most content objects will want to use OFS.Folder.IFolderAdding as their
-       primary create menu interface.  ServiceManagers and other containers will
-       have their own Addings to use.
+
+       Most content objects will want to use OFS.Folder.IFolderAdding
+       as their primary create menu interface.  ServiceManagers and
+       other containers will have their own Addings to use.
+
+
+       Jim -- No, this has nothing to do with menus.
+             
+              This adding is only configured for content containers,
+              which doesn't include services or service managers.
+   -->
    
    <browser:view
        for="Zope.App.OFS.Container.IContentContainer."
@@ -25,8 +33,6 @@
        <browser:page name="index.html"  attribute="index" />
        <browser:page name="action.html" attribute="action" />
    </browser:view>
-
-   -->
 
 </zopeConfigure>