replace moderate comments table with a subclass of the standard Plone folder-listing table. this basically breaks all functionality (filter, bulk actions) and kss actions are not working yet, but the pagination is working.
svn path=/plone.app.discussion/trunk/; revision=27698
This commit is contained in:
@@ -8,6 +8,24 @@
|
||||
<!-- Traversal adapter -->
|
||||
<adapter factory=".traversal.ConversationNamespace" name="conversation" />
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
<browser:page
|
||||
for="*"
|
||||
class=".moderation.ReviewCommentsView"
|
||||
name="view"
|
||||
template="foldercontents.pt"
|
||||
permission="cmf.ListFolderContents" />
|
||||
-->
|
||||
<browser:page
|
||||
for="*"
|
||||
class=".moderation.ReviewCommentsKSSView"
|
||||
attribute="update_table"
|
||||
name="reviewcomments_update_table"
|
||||
permission="cmf.ManagePortal" />
|
||||
|
||||
|
||||
<!-- Moderation view -->
|
||||
<browser:page
|
||||
for="Products.CMFCore.interfaces.ISiteRoot"
|
||||
|
||||
Reference in New Issue
Block a user