From ff37d82e7703b3fbfa2bbb3513625ca21f9e9076 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Mon, 6 Aug 2007 08:41:25 +0000 Subject: [PATCH] Use erp5_content_short cache for consistency with ERP5Security. Thanks to Jerome for notifying. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15486 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Catalog/CatalogTool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Catalog/CatalogTool.py b/product/ERP5Catalog/CatalogTool.py index c07e6d45d2..038ced7441 100644 --- a/product/ERP5Catalog/CatalogTool.py +++ b/product/ERP5Catalog/CatalogTool.py @@ -486,7 +486,7 @@ class CatalogTool (UniqueObject, ZCatalog, CMFCoreCatalogTool, ActiveObject): security_uid_list = [x.uid for x in method(security_roles_list = allowedRolesAndUsers)] _getSecurityUidList = CachingMethod(_getSecurityUidList, id='_getSecurityUidList', - cache_factory='erp5_ui_short') + cache_factory='erp5_content_short') security_uid_list = _getSecurityUidList(allowedRolesAndUsers) else: security_uid_list = [] -- 2.30.9