silverstripe / silverstripe-subsites

Subsites module for Silverstripe CMS
http://addons.silverstripe.org/add-ons/silverstripe/subsites
BSD 3-Clause "New" or "Revised" License
65 stars 106 forks source link

MigrateSiteTreeLinkingTask only runs against the curren subsite #407

Open maxime-rainville opened 5 years ago

maxime-rainville commented 5 years ago

Currently MigrateSiteTreeLinkingTask only migrates the link tracking for the subsite it is called on when run from a browser.

We had a community PR trying to resolve this, but it increases the coupling between CMS and Subsite. https://github.com/silverstripe/silverstripe-cms/pull/2139

The suggestion was to add an extension point to MigrateSiteTreeTaskExtension and apply a extension from SubSite.

robbieaverill commented 5 years ago

Commented: https://github.com/silverstripe/silverstripe-cms/pull/2139#issuecomment-497523351

I think this needs a fix in core as well as here