Versioning not functioning correctly - current version data is null
What's happening is that on save/publish the record that was the latest version is being updated with the values and datetime of the new version, then another record is being inserted for the new version, sometimes with all fields set to null.
So when we look at Rollback, we see two entries for the same datetime.
Can anyone help with this?
How is the versioning driven?
umbraco v 4.0.4.1 (Assembly version: 1.0.3793.17632)
Versioning not functioning correctly - current version data is null
What's happening is that on save/publish the record that was the latest version is being updated with the values and datetime of the new version, then another record is being inserted for the new version, sometimes with all fields set to null.
So when we look at Rollback, we see two entries for the same datetime.
Can anyone help with this?
How is the versioning driven?
umbraco v 4.0.4.1 (Assembly version: 1.0.3793.17632)
ASP.NET 3.5
Windows 7/IIS7
We have established that this is on Publish only, not Save. Save appears to work correctly.
is working on a reply...