SitecoreSidekick icon indicating copy to clipboard operation
SitecoreSidekick copied to clipboard

Config to disable item blaster and set defaults

Open markgibbons25 opened this issue 3 years ago • 2 comments

I have found item blaster totally unreliable with missing items and items not appearing in the tree, and media blobs not copied, so as a blanket rule I just don't use it. Can we have a config to disable it entirely in the UI, and also would like to be able to disable the event disabler by default as if you disable that the link DB goes out of sync.

markgibbons25 avatar Mar 03 '21 22:03 markgibbons25

As part of config, as of 1.6.0-alpha1 you can use configuration file nodes to specify default options

				<DefaultChildren>true</DefaultChildren>
				<DefaultOverwrite>true</DefaultOverwrite>
				<DefaultRemoveLocalNotInRemote>false</DefaultRemoveLocalNotInRemote>
				<DefaultPullParent>true</DefaultPullParent>
				<DefaultEventDisabler>true</DefaultEventDisabler>
				<DefaultBulkUpdate>true</DefaultBulkUpdate>
				<DefaultUseItemBlaster>false</DefaultUseItemBlaster>
				<DefaultIgnoreRevId>false</DefaultIgnoreRevId>

in the Sidekick.ContentMigrator.Local.config

JeffDarchuk avatar Mar 17 '21 21:03 JeffDarchuk

Thanks for this. Would be good to remove the item blaster entirely though.

markgibbons25 avatar Apr 15 '21 02:04 markgibbons25