# HG changeset patch # User Sandrine Ribeau <sandrine.ribeau@logilab.fr> # Date 1254772629 25200 # Mon Oct 05 12:57:09 2009 -0700 # Node ID 0868384716ed6895222068b923d97d2a1273df03 # Parent 2bdc798ec9cfefe3c0ee68207a184431309ce682 [views] fix disappeared link reply to comment: selected action should be reply_comment diff --git a/views.py b/views.py --- a/views.py +++ b/views.py @@ -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)