add security declaration for ParentRelationSet

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2914 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2008-10-09 14:30:39 +00:00
parent ab0e08e67d
commit 79def88b57

View file

@ -199,6 +199,12 @@
interface="zope.app.container.interfaces.IWriteContainer" />
</class>
<!-- relation set properties -->
<class class="loops.common.ParentRelationSet">
<allow attributes="add remove __iter__" />
</class>
<!-- adapters -->
<adapter factory="loops.common.LoopsDCAdapter"