diff --git a/organize/stateful/base.py b/organize/stateful/base.py index be2a257..ca814fd 100644 --- a/organize/stateful/base.py +++ b/organize/stateful/base.py @@ -54,6 +54,10 @@ class StatefulLoopsObject(Stateful, StatefulAdapter): def typePredicate(self): return self.loopsRoot.getConceptManager().getTypePredicate() + @Lazy + def adapted(self): + return adapted(self.context) + class SimplePublishable(StatefulLoopsObject):