Commit 7ea0ef7e authored by Nicolas Delaby's avatar Nicolas Delaby

ERP5 PropertySheet registry is initialise after Memcached Plugin, so import...

ERP5 PropertySheet registry is initialise after Memcached Plugin, so import the PropertySheet directly

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27522 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3b2c6ef1
......@@ -30,6 +30,8 @@
from AccessControl import ClassSecurityInfo
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 import Permissions
class MemcachedPlugin(XMLObject):
......@@ -53,6 +55,6 @@ class MemcachedPlugin(XMLObject):
property_sheets = ( PropertySheet.Base
, PropertySheet.SimpleItem
, PropertySheet.Folder
, PropertySheet.SortIndex
, PropertySheet.Url
, 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