By heddn on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.2.x
Introduced in version:
8.2.5
Issue links:
Description:
Previously the generated template for a taxonomy_term migration used version agnostic source plugin. This was changed to version specific source plugins to account for differences between Drupal 6 and Drupal 7.
Before (D6/D7):
source:
plugin: taxonomy_termAfter (D7)
source:
plugin: d7_taxonomy_termAfter (D6):
source:
plugin: d6_taxonomy_termImpacts:
Site builders, administrators, editors