Skip to content
Snippets Groups Projects

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • added 1 commit

    • cf116607 - Add contributor role and skill content migrations.

    Compare with previous version

  • 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.

    Compare with previous version

  • 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.

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Fran Garcia-Linares
  • Please register or sign in to reply
    Loading