Commit 8f0f847f authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog: Move View label from top to middle in manage_options tuple as we...

erp5_catalog: Move View label from top to middle in manage_options tuple as we want it to be the default one while developemnt
parent cb7ac2f1
......@@ -329,11 +329,11 @@ class Catalog(Folder,
security = ClassSecurityInfo()
manage_options = (
{'label': 'View', # TAB: View
'action': '' },
{'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