migration view and very simple first test added.
svn path=/plone.app.discussion/trunk/; revision=27894
This commit is contained in:
@@ -8,6 +8,15 @@
|
||||
<!-- Traversal adapter -->
|
||||
<adapter factory=".traversal.ConversationNamespace" name="conversation" />
|
||||
|
||||
<!-- Migration view -->
|
||||
<browser:page
|
||||
for="Products.CMFCore.interfaces.ISiteRoot"
|
||||
name="comment-migration"
|
||||
layer="..interfaces.IDiscussionLayer"
|
||||
class=".migration.View"
|
||||
permission="cmf.ManagePortal"
|
||||
/>
|
||||
|
||||
<!-- Moderation view -->
|
||||
<browser:page
|
||||
for="Products.CMFCore.interfaces.ISiteRoot"
|
||||
|
||||
Reference in New Issue
Block a user