Update the user migration to include missing fields.
1 unresolved thread
To test:
- run the profile picture migration "drush mim drupalorg_migrate_user_picture_files"
- run the field collection migration "drush mim drupalorg_migrate_field_collection_contribution_role"
- reset the last imported user variable "drush state:set drupalorg_migrate.drupalorg_migrate_users_last_record 0 --input-format=integer"
- run the user migration "drush mim drupalorg_migrate_users"
Merge request reports
Activity
4 migration_tags: 5 - Drupal 7 6 - Content 7 - Field Collection Content 8 9 #deriver: Drupal\paragraphs\Plugin\migrate\D7FieldCollectionItemDeriver 10 source: 11 plugin: d7_field_collection_item 12 field_name: field_contribution_role 13 14 destination: 15 plugin: entity_reference_revisions:paragraph 16 17 process: 18 # Map fields from field collection to paragraph 19 # TODO comment back in once the contributor_role nodes have been migrated @kbentham - let's do that one here too. The idea is to fully have the user migration done, including any dependencies. There are only ~55 contributor roles and hopefully the migration is not too complex.
changed this line in version 2 of the diff
added 1 commit
- cf116607 - Add contributor role and skill content migrations.
added 6 commits
-
cf116607...40453e53 - 4 commits from branch
project:1.0.x
- 1046341e - Update the user migration to include missing fields.
- d3a5adec - Add contributor role and skill content migrations.
-
cf116607...40453e53 - 4 commits from branch
added 5 commits
-
d3a5adec...f07ec3ef - 3 commits from branch
project:1.0.x
- 41144b52 - Update the user migration to include missing fields.
- 71aae84f - Add contributor role and skill content migrations.
-
d3a5adec...f07ec3ef - 3 commits from branch
- Resolved by Fran Garcia-Linares
Please register or sign in to reply