fix configure.zcml: restrict type adapter to not adapt Node objects
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1693 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
6cac949842
commit
9aea3c500f
1 changed files with 2 additions and 1 deletions
|
@ -322,7 +322,8 @@
|
|||
|
||||
<adapter factory="loops.common.NameChooser" />
|
||||
|
||||
<adapter factory="loops.type.LoopsType" />
|
||||
<adapter factory="loops.type.LoopsType"
|
||||
for="loops.interfaces.IResource" />
|
||||
<adapter factory="loops.type.ConceptType" />
|
||||
<adapter factory="loops.type.ResourceType"
|
||||
for="loops.interfaces.IDocument" />
|
||||
|
|
Loading…
Add table
Reference in a new issue