[minor] fix for item_group.py
This commit is contained in:
parent
83cc7c9382
commit
fd82f4b0d4
@ -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…
x
Reference in New Issue
Block a user