[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZMI/Browser - configure.zcml:1.2
Steve Alexander
steve@cat-box.net
Mon, 28 Oct 2002 13:37:07 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/Browser
In directory cvs.zope.org:/tmp/cvs-serv10182/lib/python/Zope/App/ZMI/Browser
Modified Files:
configure.zcml
Log Message:
specified the interface and attributes allowed for
@@SelectedManagementView.html to work.
=== Zope3/lib/python/Zope/App/ZMI/Browser/configure.zcml 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/ZMI/Browser/configure.zcml:1.1 Tue Oct 1 08:58:03 2002
+++ Zope3/lib/python/Zope/App/ZMI/Browser/configure.zcml Mon Oct 28 13:37:07 2002
@@ -5,7 +5,10 @@
<browser:view name="SelectedManagementView.html"
permission="Zope.View"
- factory=".ManagementViewSelector." />
+ factory=".ManagementViewSelector."
+ allowed_interface="Zope.Publisher.Browser.IBrowserPublisher."
+ allowed_attributes="__call__"
+ />
<include package=".ZopeTop" />