[Erp5-report] r27380 - /erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 5 09:18:50 CEST 2009


Author: kazuhiko
Date: Fri Jun  5 09:18:47 2009
New Revision: 27380

URL: http://svn.erp5.org?rev=27380&view=rev
Log:
revert r.27370 because SortIndex is not in ERP5Type.PropertySheet but in ERP5.PropertySheet.

Modified:
    erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py

Modified: erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py?rev=27380&r1=27379&r2=27380&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Core/DistributedRamCache.py [utf8] Fri Jun  5 09:18:47 2009
@@ -31,6 +31,7 @@
 from Products.ERP5Type.XMLObject import XMLObject
 from Products.ERP5Type import PropertySheet
 from Products.ERP5Type import Permissions
+from Products.ERP5.PropertySheet.SortIndex import SortIndex
 from Products.ERP5Type.PropertySheet.BaseCache import BaseCache
 from Products.ERP5Type.PropertySheet.DistributedRamCache import DistributedRamCache
 
@@ -57,7 +58,7 @@
   property_sheets = ( PropertySheet.Base
                     , PropertySheet.SimpleItem
                     , PropertySheet.Folder
-                    , PropertySheet.SortIndex
+                    , SortIndex
                     , BaseCache
                     , DistributedRamCache
                     )




More information about the Erp5-report mailing list