diff --git a/CHANGES.rst b/CHANGES.rst index bc2ece8..5e03573 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,10 @@ Changelog 2.3.4 (unreleased) ------------------ +- Add permission to allow comment authors to delete their own comments if + there are no replies yet. + [gaudenz] + - Updated portuguese pt-br translation. [jtmolon] diff --git a/plone/app/discussion/browser/comments.pt b/plone/app/discussion/browser/comments.pt index 979b8bf..8e69b15 100644 --- a/plone/app/discussion/browser/comments.pt +++ b/plone/app/discussion/browser/comments.pt @@ -2,6 +2,7 @@ isDiscussionAllowed view/is_discussion_allowed; isAnonymousDiscussionAllowed view/anonymous_discussion_allowed; isEditCommentAllowed view/edit_comment_allowed; + isDeleteOwnCommentAllowed view/delete_own_comment_allowed; isAnon view/is_anonymous; canReview view/can_review; replies python:view.get_replies(canReview); @@ -86,6 +87,20 @@
+
+ +