[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/configuration - configure.zcml:1.5
Stephan Richter
srichter@cbu.edu
Tue, 25 Mar 2003 13:32:20 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/services/configuration
In directory cvs.zope.org:/tmp/cvs-serv24405/src/zope/app/browser/services/configuration
Modified Files:
configure.zcml
Log Message:
Jim helped Trevor and I figuring out that not every IWriteContainer wants
to support IAdding (the example being the LocalTranslationService). So we
removed the general declaration from IWriteContainer and made them explicit
on implementing objects.
Trevor and Stephan
=== Zope3/src/zope/app/browser/services/configuration/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/services/configuration/configure.zcml:1.4 Mon Mar 24 06:09:38 2003
+++ Zope3/src/zope/app/browser/services/configuration/configure.zcml Tue Mar 25 13:31:49 2003
@@ -66,6 +66,7 @@
<view
for="zope.app.interfaces.services.configuration.IConfigurationManager"
name="+"
+ menu="zmi_actions" title="Add"
permission="zope.ManageServices"
class=".ConfigurationAdding">
<page name="index.html" attribute="index" />