[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - menu.zcml:1.1.2.2

Sidnei da Silva sidnei at x3ng.com.br
Fri Aug 15 14:39:50 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv17885/zope/app/browser/services

Modified Files:
      Tag: dreamcatcher-ttwschema-branch
	menu.zcml 
Log Message:
Removed a file too much. Added a comment for Stephan about broken entry

=== Zope3/src/zope/app/browser/services/menu.zcml 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/browser/services/menu.zcml:1.1.2.1	Thu Aug 14 13:57:54 2003
+++ Zope3/src/zope/app/browser/services/menu.zcml	Fri Aug 15 13:39:14 2003
@@ -1,12 +1,18 @@
 <configure xmlns="http://namespaces.zope.org/browser">
 
-<!-- Browser Menu Service -->  
+<!-- Browser Menu Service -->
+<!--
+  XXX Stephan, please fix this. Its causing that recursion error
+  on the 'Add Service' of the service manager. I've seen this error a
+  couple times while doing my own products and never was able to 
+  find the cause.
+
   <menuItem
       for="zope.app.interfaces.container.IAdding"
       menu="add_service"
       action="zope.app.services.MenuService"
       title="Menu Service" />
-
+-->
   <page
        name="overview.html"
        menu="zmi_views" title="Overview"
@@ -63,12 +69,12 @@
       schema="zope.app.interfaces.services.menu.ILocalBrowserMenu"
       label="Edit Browser Menu"
       fields="title description inherit"
-      permission="zope.ManageContent" 
+      permission="zope.ManageContent"
       menu="zmi_views" title="Edit"/>
 
   <defaultView
        for="zope.app.interfaces.services.menu.ILocalBrowserMenu"
-       name="contents.html" />       
+       name="contents.html" />
 
   <!-- Menu entry for "add component" menu -->
   <menuItem
@@ -108,7 +114,7 @@
       for="zope.app.interfaces.publisher.browser.IBrowserMenuItem"
       schema="zope.app.interfaces.publisher.browser.IBrowserMenuItem"
       label="Edit Browser Menu Item"
-      permission="zope.ManageContent" 
+      permission="zope.ManageContent"
       menu="zmi_views" title="Edit"/>
 
   <defaultView




More information about the Zope3-Checkins mailing list