Reputation: 1879
We are using unicorn 3.2.0 for sitecore 8.1 update 3.
I noticed where ever i did a sync from unicorn.aspx some items repeatedly modified even though they are unmodified.
UPM sync complete: 1740 items evaluated, 67 items modified (0 added, 67 updated, 0 recycled) in 9816ms (~5.6ms/item).
These 67 items are not modified. This keeps happening only to these set of items.
when i checked the log files i found:
14480 18:13:13 INFO [Unicorn]: > Field Key - Reset to standard value
14480 18:13:13 INFO [Unicorn]: * [U] Key
14480 18:13:13 INFO [Unicorn]: * [U] Value
I don't understand why these fields are reset to standard value? These two fields key and value are shared fields.
Let me know if u need more info
Upvotes: 1
Views: 1344
Reputation: 5860
This has been fixed in Unicorn 4.0.4. A 4.0.4-pre1 release is available on NuGet.
More information here: https://sitecore.stackexchange.com/questions/9671/unicorn-always-serializes-items-which-have-fallback-enabled
Upvotes: 1