Skip to content
Snippets Groups Projects
Commit 0868384716ed authored by Sandrine Ribeau's avatar Sandrine Ribeau
Browse files

[views] fix disappeared link reply to comment: selected action should be reply_comment

parent 2bdc798ec9cf
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@
self.req.add_css('cubes.comment.css')
entity = self.entity(row, col)
actions = self.vreg['actions']
action = actions.select_object('interesting', self.req,
action = actions.select_object('reply_comment', self.req,
rset=self.rset, row=row)
editaction = actions.select_object('edit_comment', self.req,
rset=self.rset, row=row)
......
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