[fix] item_group.py #7358
This commit is contained in:
parent
f327a58b7f
commit
2097ccfaea
@ -28,7 +28,6 @@ class ItemGroup(NestedSet, WebsiteGenerator):
|
|||||||
|
|
||||||
def on_update(self):
|
def on_update(self):
|
||||||
NestedSet.on_update(self)
|
NestedSet.on_update(self)
|
||||||
WebsiteGenerator.on_update(self)
|
|
||||||
invalidate_cache_for(self)
|
invalidate_cache_for(self)
|
||||||
self.validate_name_with_item()
|
self.validate_name_with_item()
|
||||||
self.validate_one_root()
|
self.validate_one_root()
|
||||||
|
Loading…
Reference in New Issue
Block a user