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 ...@@ -32,6 +32,7 @@ from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5Type import PropertySheet from Products.ERP5Type import PropertySheet
from Products.ERP5.PropertySheet.SortIndex import SortIndex from Products.ERP5.PropertySheet.SortIndex import SortIndex
from Products.ERP5.PropertySheet.Url import Url from Products.ERP5.PropertySheet.Url import Url
from Products.ERP5Type.PropertySheet.MemcachedPlugin import MemcachedPlugin
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
class MemcachedPlugin(XMLObject): class MemcachedPlugin(XMLObject):
...@@ -55,6 +56,7 @@ class MemcachedPlugin(XMLObject): ...@@ -55,6 +56,7 @@ class MemcachedPlugin(XMLObject):
property_sheets = ( PropertySheet.Base property_sheets = ( PropertySheet.Base
, PropertySheet.SimpleItem , PropertySheet.SimpleItem
, PropertySheet.Folder , PropertySheet.Folder
, MemcachedPlugin
, SortIndex , SortIndex
, Url , 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