Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"inconsequential" changes to items #32

Closed
michael-huxtable opened this issue Sep 2, 2014 · 3 comments
Closed

"inconsequential" changes to items #32

michael-huxtable opened this issue Sep 2, 2014 · 3 comments

Comments

@michael-huxtable
Copy link

We have been evaluating Unicorn for a while now and it seems to be working rather well, except that when we add/edit/delete a field within Sitecore our pending changes list shows a lot of edits that are just the version, revision and date updated for that particular template e.g:

----version----
language: en
version: 1
revision: f09e2cd1-7c20-409d-9fdf-65778c8f336d

----field----
field: {8CDC337E-A112-42FB-BBB4-4143751E123F}
name: __Revision
key: __revision
content-length: 36

31a9c5c9-672b-4c7b-9841-59b08d140165

----field----
field: {D9CF14B1-FA16-4BA6-9288-E8A174D4D522}
name: __Updated
key: __updated
content-length: 34

20140902T094036:635452476360564977

I'm not entirely sure if we are missing some piece of config or if this is even avoidable but it seems fair enough, it's just I read the inconsequential changes feature and it sounds like it would prevent these changes?

@kamsar
Copy link
Collaborator

kamsar commented Dec 11, 2014

I thought I'd commented on this but I guess not. I've also noticed this behavior and will look into it when I have a chance. I suspect the __revision field may be appearing as a change where it used to not exist - possibly a change to the way items serialize. Or it may just be a bug - either way this did work at some previous point.

@kamsar kamsar closed this as completed in 0525a62 Apr 25, 2015
@kamsar
Copy link
Collaborator

kamsar commented Apr 25, 2015

This will be fixed in the next release. It appears the change detection classes occasionally - e.g. when saving templates - report that a property (eg name, template) was "changed" and the value remained identical. Yeah, we don't care if the value was identical.

@kamsar
Copy link
Collaborator

kamsar commented Apr 25, 2015

Thanks for the issue report, and sorry it took so long. Was also driving me nuts for what its worth :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants