Commit 3daa4db3 authored by Nicolas Delaby's avatar Nicolas Delaby

Reset anchors also

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16862 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 665bea1f
......@@ -83,6 +83,7 @@ class PublicationSynchronization(XMLSyncUtils):
LOG('Warning !!!, reseting client synchronization for subscriber:', WARNING,
subscriber.getPath())
subscriber.resetAllSignatures()
subscriber.resetAnchors()
# Check if the last time synchronization is the same as the client one
if subscriber.getNextAnchor() != last_anchor:
......
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