link to listed version
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3048 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
41b6a982e9
commit
d33dd18fc7
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,8 @@ class TrackDetails(object):
|
|||
obj = util.getObjectForUid(self.track.taskId)
|
||||
node = self.view.nodeView
|
||||
url = node is not None and node.getUrlForTarget(obj) or ''
|
||||
if url:
|
||||
url = url + '?version=this'
|
||||
return dict(object=obj, title=obj.title, url=url)
|
||||
|
||||
@Lazy
|
||||
|
|
Loading…
Add table
Reference in a new issue