Merge branch 'master' into bbmaster
This commit is contained in:
commit
9bc0c44e12
1 changed files with 2 additions and 1 deletions
|
@ -437,7 +437,8 @@ class IndexAttributes(object):
|
||||||
|
|
||||||
@Lazy
|
@Lazy
|
||||||
def adaptedIndexAttributes(self):
|
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 component.queryAdapter(self.adapted, IIndexAttributes)
|
||||||
return IIndexAttributes(self.adapted, None)
|
return IIndexAttributes(self.adapted, None)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue