Commit 8207937f authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog: Remove portal_type parameter from Catalog class as it is being used in ERP5Catalog

parent e348588a
......@@ -319,7 +319,6 @@ class Catalog(Folder,
or search_mode_Table_Key
"""
portal_type = 'Catalog'
implements(ISearchKeyCatalog)
......@@ -332,8 +331,6 @@ class Catalog(Folder,
{'label': 'Contents', # TAB: Contents
'action': 'manage_main',
'help': ('OFSP','ObjectManager_Contents.stx')},
{'label': 'View', # TAB: View
'action': '' },
{'label': 'Catalog', # TAB: Catalogged Objects
'action': 'manage_catalogView',
'help':('ZCatalog','ZCatalog_Cataloged-Objects.stx')},
......
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