From: Benoît Pin Date: Tue, 11 Jun 2013 14:52:00 +0000 (+0200) Subject: CleanupTemp n'existe plus. X-Git-Url: https://scm.cri.ensmp.fr/git/GroupUserFolder.git/commitdiff_plain/e9d14b6b5cc9cd4775c60cb340b5c4c787536fc3 CleanupTemp n'existe plus. --- diff --git a/GroupDataTool.py b/GroupDataTool.py index 2da2493..fc1bb02 100644 --- a/GroupDataTool.py +++ b/GroupDataTool.py @@ -48,7 +48,7 @@ try: except ImportError: from Products.CMFCore.CMFCorePermissions import ManagePortal -from Products.CMFCore.MemberDataTool import CleanupTemp +# from Products.CMFCore.MemberDataTool import CleanupTemp from interfaces.portal_groupdata import portal_groupdata as IGroupDataTool from interfaces.portal_groupdata import GroupData as IGroupData @@ -116,9 +116,10 @@ class GroupDataTool (UniqueObject, SimpleItem, PropertyManager, ActionProviderBa portal_group = GroupData(base, id) if temps is None: self._v_temps = {id:portal_group} - if hasattr(self, 'REQUEST'): - # No REQUEST during tests. - self.REQUEST._hold(CleanupTemp(self)) +# XXX ClenupTemp doesn't exits +# if hasattr(self, 'REQUEST'): +# # No REQUEST during tests. +# self.REQUEST._hold(CleanupTemp(self)) else: temps[id] = portal_group else: