[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/ZPTPage - zptpage.zcml:1.1.2.7
Steve Alexander
steve@cat-box.net
Sun, 26 May 2002 14:21:20 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/ZPTPage
In directory cvs.zope.org:/tmp/cvs-serv6102/lib/python/Zope/App/OFS/Content/ZPTPage
Modified Files:
Tag: Zope-3x-branch
zptpage.zcml
Log Message:
Security-related management screens now work!
I've had to change the way use of Annotations is declared in classes
a little bit. I'll explain more about that in an email to
zope3-dev shortly.
=== Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/zptpage.zcml 1.1.2.6 => 1.1.2.7 ===
</security:protectClass>
+
+ <adapter
+ factory="Zope.App.OFS.Annotation.AttributeAnnotations."
+ provides="Zope.App.OFS.Annotation.IAnnotations."
+ for=".ZPTPage." />
+
+
<!-- tabs for ZPT Page -->
<zmi:tabs for=".ZPTPage.IZPTPage.">