Commit 8cbbf8da authored by Nicolas Delaby's avatar Nicolas Delaby

associate new PropertySheet

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27572 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4fd8277c
......@@ -32,6 +32,7 @@ from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5Type import PropertySheet
from Products.ERP5.PropertySheet.SortIndex import SortIndex
from Products.ERP5.PropertySheet.Url import Url
from Products.ERP5Type.PropertySheet.MemcachedPlugin import MemcachedPlugin
from Products.ERP5Type import Permissions
class MemcachedPlugin(XMLObject):
......@@ -55,6 +56,7 @@ class MemcachedPlugin(XMLObject):
property_sheets = ( PropertySheet.Base
, PropertySheet.SimpleItem
, PropertySheet.Folder
, MemcachedPlugin
, SortIndex
, 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