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

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Aug 15 17:25:22 EDT 2003


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

Modified Files:
      Tag: dreamcatcher-ttwschema-branch
	menu.zcml 
Log Message:
Fixed infinite recursion bug that occurred for IAdding menus.

All of the new components and features seem to work now. It's time to write
the last tests, so we can merge the branch into the head.


=== Zope3/src/zope/app/browser/services/menu.zcml 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/browser/services/menu.zcml:1.1.2.2	Fri Aug 15 13:39:14 2003
+++ Zope3/src/zope/app/browser/services/menu.zcml	Fri Aug 15 16:24:48 2003
@@ -1,18 +1,13 @@
 <configure xmlns="http://namespaces.zope.org/browser">
 
 <!-- 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"
+      action="zope.app.services.LocalBrowserMenuService"
       title="Menu Service" />
--->
+
   <page
        name="overview.html"
        menu="zmi_views" title="Overview"




More information about the Zope3-Checkins mailing list