Skip to content
Snippets Groups Projects
Commit 1f215ed8624f authored by Adrien Di Mascio's avatar Adrien Di Mascio
Browse files

fix typo in ReplyCommentAction selector definition

parent 3e9b0974739c
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@
class ReplyCommentAction(LinkToEntityAction):
id = 'reply_comment'
__select__ = LinkToEntityAction.__select__ & implements('Comments')
__select__ = LinkToEntityAction.__select__ & implements('Comment')
etype = 'Comment'
rtype = 'comments'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment