Commit cf305229 authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog: Update security declarations

parent 29954a6f
...@@ -343,6 +343,8 @@ class ERP5CatalogTool (BaseTool, ZCatalog, CMFCoreCatalogTool): ...@@ -343,6 +343,8 @@ class ERP5CatalogTool (BaseTool, ZCatalog, CMFCoreCatalogTool):
# Use reindexObject method from BaseTool class and declare it public # Use reindexObject method from BaseTool class and declare it public
reindexObject = BaseTool.reindexObject reindexObject = BaseTool.reindexObject
security.declarePublic('reindexObject') security.declarePublic('reindexObject')
# Security Declarations
security.declarePublic('getSQLCatalogIdList')
# Explicit Inheritance # Explicit Inheritance
__url = CMFCoreCatalogTool._CatalogTool__url __url = CMFCoreCatalogTool._CatalogTool__url
......
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