diff --git a/layout/browser/concept.py b/layout/browser/concept.py index 2be6bb2..0290d74 100644 --- a/layout/browser/concept.py +++ b/layout/browser/concept.py @@ -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()