diff --git a/layout/browser/node.py b/layout/browser/node.py index 6609619..6ab6feb 100644 --- a/layout/browser/node.py +++ b/layout/browser/node.py @@ -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):