Commit d99390b9 authored by Sebastien Robin's avatar Sebastien Robin

small change on reset signatures


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1283 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e23d2be3
...@@ -986,8 +986,9 @@ class Subscription(Folder, SyncCode): ...@@ -986,8 +986,9 @@ class Subscription(Folder, SyncCode):
Reset all signatures Reset all signatures
""" """
#self.signatures = PersistentMapping() #self.signatures = PersistentMapping()
for o in self.objectValues(): for id in self.objectIds():
self._delObject(o.id) self._delObject(id)
def getGidList(self): def getGidList(self):
""" """
......
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