Fix get_parents context (#9296)
This commit is contained in:
parent
5f407907a2
commit
224eb90199
@ -248,7 +248,7 @@ class Item(WebsiteGenerator):
|
||||
self.set_attribute_context(context)
|
||||
self.set_disabled_attributes(context)
|
||||
|
||||
context.parents = self.get_parents(context)
|
||||
self.get_parents(context)
|
||||
|
||||
return context
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user