Commit b4cc459c authored by Aurel's avatar Aurel

this reset of data is now done by a workflow script

parent 770be523
...@@ -299,8 +299,6 @@ class SyncMLSignature(XMLObject): ...@@ -299,8 +299,6 @@ class SyncMLSignature(XMLObject):
return return
if self.getValidationState() != 'not_synchronized': if self.getValidationState() != 'not_synchronized':
self.drift() self.drift()
self.setPartialData(None)
self.setTemporaryData(None)
def getConflictList(self): def getConflictList(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