UID
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3070 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
e26cc196bd
commit
3d8f8f1ef5
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ class ConceptView(object):
|
|||
def description(self):
|
||||
return self.context.description
|
||||
|
||||
@Lazy
|
||||
def uid(self):
|
||||
return util.getUidForObject(self.context.context)
|
||||
|
||||
@Lazy
|
||||
def menu(self):
|
||||
return self.node.getMenu()
|
||||
|
|
Loading…
Add table
Reference in a new issue