Commit 3aa71f80 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

revert r.27370 because SortIndex is not in ERP5Type.PropertySheet but in ERP5.PropertySheet.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27380 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a32ff5af
...@@ -31,6 +31,7 @@ from AccessControl import ClassSecurityInfo ...@@ -31,6 +31,7 @@ from AccessControl import ClassSecurityInfo
from Products.ERP5Type.XMLObject import XMLObject from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5Type import PropertySheet from Products.ERP5Type import PropertySheet
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
from Products.ERP5.PropertySheet.SortIndex import SortIndex
from Products.ERP5Type.PropertySheet.BaseCache import BaseCache from Products.ERP5Type.PropertySheet.BaseCache import BaseCache
from Products.ERP5Type.PropertySheet.DistributedRamCache import DistributedRamCache from Products.ERP5Type.PropertySheet.DistributedRamCache import DistributedRamCache
...@@ -57,7 +58,7 @@ class DistributedRamCache(XMLObject): ...@@ -57,7 +58,7 @@ class DistributedRamCache(XMLObject):
property_sheets = ( PropertySheet.Base property_sheets = ( PropertySheet.Base
, PropertySheet.SimpleItem , PropertySheet.SimpleItem
, PropertySheet.Folder , PropertySheet.Folder
, PropertySheet.SortIndex , SortIndex
, BaseCache , BaseCache
, DistributedRamCache , DistributedRamCache
) )
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