There is some inconsistency in the core version: MigrateSkipFieldsByName::skipFieldStorage() uses
$core_version = $this->settings->get('migrate_skip_field_source_version');
but other parts (and documentation as well) use 'migrate_skip_fields_source_version'
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | inconsistency-in-configuration-3481643.patch | 832 bytes | ananya.k |
Issue fork migrate_skip_fields-3481643
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
ananya.k commentedPlease refer to attached patch.
Comment #4
dinarcon commentedThanks for the report and the fix @_gradient_ and @ananya.k
I would say that most upgrades nowadays are from Drupal 7. Let's make this setting optional and provide a default to
'7'.Comment #6
baltowen commentedHi, I added the default value, please review.
Comment #8
dinarcon commentedTested the changes manually and things works as expected. The
migrate_skip_fields_source_versionis no longer required and defaults to'7'. Thanks everyone for your contributions. I will tag a new release with this fix.Comment #9
dinarcon commentedThanks! This has been released as part of version 1.0.0-alpha6