You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2024. It is now read-only.
This is an imported issue, original reference WP-73, created on 18 Aug 2014.
The problem: if I update the post two times, each time differently, Undo for the first change will fail because of a merge conflict on the date modified field. The same with push if the post changed in the remote environment – there will be a merge conflict at date modified field.
Suggested solution: do not store date modified with the entity itself, take it from the commit date. The whole problem is slightly more involved, see the wiki.