Link directly to the "Discussion Item" types control panel in the moderation view.
svn path=/plone.app.discussion/trunk/; revision=46207
This commit is contained in:
parent
583b25530e
commit
797ed40852
@ -4,6 +4,10 @@ Changelog
|
|||||||
1.0RC1 (unreleased)
|
1.0RC1 (unreleased)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
- Link directly to the "Discussion Item" types control panel in the moderation
|
||||||
|
view.
|
||||||
|
[timo]
|
||||||
|
|
||||||
- Show "moderate comments" link in the admin panel only if a moderation
|
- Show "moderate comments" link in the admin panel only if a moderation
|
||||||
workflow is enabled for comments.
|
workflow is enabled for comments.
|
||||||
[timo]
|
[timo]
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
Moderation workflow is disabled. You have to
|
Moderation workflow is disabled. You have to
|
||||||
<a i18n:name="enable_comment_workflow"
|
<a i18n:name="enable_comment_workflow"
|
||||||
i18n:translate="message_enable_comment_workflow" href=""
|
i18n:translate="message_enable_comment_workflow" href=""
|
||||||
tal:attributes="href string:${context/portal_url}/@@types-controlpanel">
|
tal:attributes="href string:${context/portal_url}/@@types-controlpanel?type_id=Discussion Item">
|
||||||
enable the 'Comment Review Workflow' for the Comment content
|
enable the 'Comment Review Workflow' for the Comment content
|
||||||
type</a> before you can moderate comments here.
|
type</a> before you can moderate comments here.
|
||||||
</dd>
|
</dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user