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
We use this user to login via code and perform some automated tasks in Sitecore. The user's created field value e.g. "Created: "2020-05-11T11:17:55.0000000Z" in the yml file keeps changing each time we sync and this appears as a change on Git. This sometimes also results in merge conflicts. We would like to avoid this by either ignoring this field via something similar to fieldFilter. Or ignore future changes to the yml file (this specific one only) but still keeping the file on Git as we will need that user in Sitecore when we rollout changes to other machines/environments.
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
There should be a possibility to serialize a user only once or exclude a given field from serialized users yml file.
Please mention your Sitecore version and Unicorn version.
Sitecore: 9.0.2
Unicorn: 4.0.8
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
We are serializing users for a domain using the config below.
We use this user to login via code and perform some automated tasks in Sitecore. The user's created field value e.g. "Created: "2020-05-11T11:17:55.0000000Z" in the yml file keeps changing each time we sync and this appears as a change on Git. This sometimes also results in merge conflicts. We would like to avoid this by either ignoring this field via something similar to fieldFilter. Or ignore future changes to the yml file (this specific one only) but still keeping the file on Git as we will need that user in Sitecore when we rollout changes to other machines/environments.
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
There should be a possibility to serialize a user only once or exclude a given field from serialized users yml file.
Please mention your Sitecore version and Unicorn version.
Sitecore: 9.0.2
Unicorn: 4.0.8
The text was updated successfully, but these errors were encountered: