- Issue created by @trackleft2
My migration uses the track_changes
feature of migrate which is documented here:
https://www.drupal.org/docs/8/api/migrate-api/migrate-source-plugins/ove... β
At the bottom of that documentation, there is a note that says
Note: The drush migrate-import --update option is similar but as opposed to the method described above it forces an update for all rows.
I think we should add a note to the module help or form help/description where you select the update option, since it can be so easy to overlook this feature.
New help on the form to let people know that the track_changes option exists and that it is overridden by the forced update option.
Active
2.1
Code