Skip to content
Snippets Groups Projects
Commit 2d46dc66602c authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

cw 3.6 api update

parent 6dddf8899dc0
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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