diff --git a/news/164.feature b/news/164.feature new file mode 100644 index 0000000..c582a84 --- /dev/null +++ b/news/164.feature @@ -0,0 +1,3 @@ +Extended existing review workflow by stati ``rejected`` and ``spam`` +Moderation view extended to handle four workflow states. +[ksuess and precious input of agitator] diff --git a/plone/app/discussion/browser/comment.py b/plone/app/discussion/browser/comment.py index 3b1ea47..ef75083 100644 --- a/plone/app/discussion/browser/comment.py +++ b/plone/app/discussion/browser/comment.py @@ -76,7 +76,7 @@ class EditCommentForm(CommentForm): self.request.response.redirect(target) @button.buttonAndHandler(_(u'edit_comment_form_button', - default=u'Edit comment'), name='comment') + default=u'Save'), name='comment') def handleComment(self, action): # Validate form diff --git a/plone/app/discussion/browser/comments.pt b/plone/app/discussion/browser/comments.pt index bf6671b..6635bcc 100644 --- a/plone/app/discussion/browser/comments.pt +++ b/plone/app/discussion/browser/comments.pt @@ -32,6 +32,7 @@
- Comments approved -
- -