diff --git a/concept.py b/concept.py index 8d7d2e5..8621977 100644 --- a/concept.py +++ b/concept.py @@ -438,7 +438,8 @@ class IndexAttributes(object): @Lazy def adaptedIndexAttributes(self): - if self.adapted != self.context: + #if self.adapted != self.context: + if isinstance(self.adapted, AdapterBase): #return component.queryAdapter(self.adapted, IIndexAttributes) return IIndexAttributes(self.adapted, None)