Cart and selected Items for Categories
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3253 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
ec7dd9391d
commit
12e2a9e6cb
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ class LayoutNodeView(Page):
|
|||
@Lazy
|
||||
def loopsRoot(self):
|
||||
return self.context.getLoopsRoot()
|
||||
|
||||
@Lazy
|
||||
def defaultPredicate(self):
|
||||
return self.loopsRoot.getConceptManager().getDefaultPredicate()
|
||||
|
||||
@Lazy
|
||||
def layoutName(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue