[fix] item_group.py #7358

This commit is contained in:
Rushabh Mehta 2016-12-30 06:09:41 +05:30
parent f327a58b7f
commit 2097ccfaea

View File

@ -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()