Commit 18606e53 authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog : Update id and title for ERP5Catlog while class initialization

parent 5b5b5b33
......@@ -80,6 +80,8 @@ class ERP5Catalog(Folder, Catalog):
# Initialize both SQLCatalog as well as Folder
Catalog.__init__(self, id, title='', container=None)
Folder.__init__(self, id)
self.id = id
self.title = title
# Filter content (ZMI))
def filtered_meta_types(self, user=None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment