Commit 4d4716b7 authored by Sebastien Robin's avatar Sebastien Robin

make sure to commit signature without acquisition wrappers

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13722 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca9dc7a4
...@@ -1060,7 +1060,7 @@ class Subscription(Folder, SyncCode): ...@@ -1060,7 +1060,7 @@ class Subscription(Folder, SyncCode):
""" """
if signature.getGid() in self.objectIds(): if signature.getGid() in self.objectIds():
self._delObject(signature.getGid()) self._delObject(signature.getGid())
self._setObject( signature.getGid(), signature ) self._setObject( signature.getGid(), aq_base(signature) )
def delSignature(self, gid): def delSignature(self, gid):
""" """
......
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