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

Not tracking renames / deletes #14

Open
callumbwhyte opened this issue Nov 16, 2021 · 0 comments
Open

Not tracking renames / deletes #14

callumbwhyte opened this issue Nov 16, 2021 · 0 comments

Comments

@callumbwhyte
Copy link

uSync regularly tracks renames and deletes of entities in Umbraco, but doesn't seem to do the same for Vendr.

When renaming (changing the alias) it is expected that uSync creates a new definition under the new name and updates the previous / existing definition like this:

<Empty Key="{guid}" Alias="{alias}" Change="Rename" /> 

The behaviour is similar for deletes, whereby the definition file is not deleted but is instead updated like this:

<Empty Key="{guid}" Alias="{alias}" Change="Delete" /> 

When renaming / removing configuration in Vendr these changes are not being tracked - tested with payment methods, email templates, and export templates, but likely applies broadly.

Tested on Umbraco v9.0.1 with Vendr v2 and Vendr uSync v2.0.0.

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

1 participant