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

#44 More granular control over generated packages #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mateuszgryc
Copy link

@mateuszgryc mateuszgryc commented Apr 24, 2021

The default logic of Sitecore-Courier is to remove the item if it doesn't exist in the target source and it's working fine for most cases. The problem starts when some items were moved from one project to another. Therefore we have one package that tries to add the item and another package that removes that item.

My idea was to provide flags for all operations (Add, Remove, Update) and an input parameter that allows disabling one or many of those operations. Therefore we can use it to generate packages without removing operations.

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

Successfully merging this pull request may close these issues.

1 participant