# HG changeset patch # User Sylvain Thénault <sylvain.thenault@logilab.fr> # Date 1264447071 -3600 # Mon Jan 25 20:17:51 2010 +0100 # Node ID 2d46dc66602c1cf7520c5654be9717a736b25cdb # Parent 6dddf8899dc092e24ba9aab5ba4647253c01cb01 cw 3.6 api update diff --git a/views.py b/views.py --- a/views.py +++ b/views.py @@ -283,7 +283,7 @@ order = 111 def url(self): - comment = self.cw_rset.get_entity(self.row or 0, self.col or 0) + comment = self.cw_rset.get_entity(self.cw_row or 0, self.cw_col or 0) linkto = '%s:%s:%s' % (self.rtype, comment.eid, self.target) return self._cw.build_url(vid='creation', etype=self.etype, __linkto=linkto,