Commit 29d7e4b2 authored by Nicolas Delaby's avatar Nicolas Delaby

Rename ZODB Cache

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27173 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 106f3d35
......@@ -40,12 +40,12 @@ class ZODBCache(XMLObject):
ZODBCache is a Zope (persistent) representation of
the ZODB based real cache plugin object.
"""
meta_type = 'ERP5 Zodb Cache'
portal_type = 'Zodb Cache'
meta_type = 'ERP5 ZODB Cache'
portal_type = 'ZODB Cache'
isPortalContent = 1
isRADContent = 1
allowed_types = ()
security = ClassSecurityInfo()
security.declareProtected(Permissions.ManagePortal,
'manage_editProperties',
......
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