[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container - configure.zcml:1.19

Naveen P pnaveen at zeomega.com
Thu Dec 18 04:57:39 EST 2003


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

Modified Files:
	configure.zcml 
Log Message:
Applied the containment constraints on the PluggableAuthorisationService, PrincipalSource, Registration Manager and Adapter Registration.


=== Zope3/src/zope/app/browser/container/configure.zcml 1.18 => 1.19 ===
--- Zope3/src/zope/app/browser/container/configure.zcml:1.18	Sun Dec  7 05:04:47 2003
+++ Zope3/src/zope/app/browser/container/configure.zcml	Thu Dec 18 04:57:07 2003
@@ -8,8 +8,8 @@
       menu="zmi_actions" title="Add"
       class="zope.app.browser.container.adding.ContentAdding"
       permission="zope.ManageContent"
-      allowed_attributes="addingInfo"
-      usage="addingdialog" >
+      allowed_attributes="addingInfo isSingleMenuItem hasCustomAddView"
+      usage="addingdialog">
 
     <page name="index.html"  template="add.pt" />
     <page name="action.html" attribute="action" />




More information about the Zope3-Checkins mailing list