[Zope3-checkins] CVS: Zope3/src/zope/app/container/browser - metaconfigure.py:1.3

Jim Fulton jim at zope.com
Thu Mar 18 07:19:54 EST 2004


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

Modified Files:
	metaconfigure.py 
Log Message:
No-longer support multi-views for browser:view.
If you want browser multi-views, use zope:view.


=== Zope3/src/zope/app/container/browser/metaconfigure.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/container/browser/metaconfigure.py:1.2	Mon Mar 15 15:41:40 2004
+++ Zope3/src/zope/app/container/browser/metaconfigure.py	Thu Mar 18 07:19:24 2004
@@ -64,7 +64,7 @@
 
     if add is not None:
         viewObj = view(_context, name='+', menu='zmi_actions',
-                       title=_('Add'), for_=[for_], permission=add,
+                       title=_('Add'), for_=for_, permission=add,
                        class_=Adding)
         viewObj.page(_context, name='index.html', attribute='index')
         viewObj.page(_context, name='action.html', attribute='action')




More information about the Zope3-Checkins mailing list