Support for Entity Type User and OG Membership

Created on 27 August 2023, about 1 year ago
Updated 21 August 2024, 3 months ago

Problem/Motivation

Steps to reproduce

Does the module support the Entity Type "User" and "OG Membership" ? If yes, how should it be mentioned in settings.php file ?

Proposed resolution

Update the documentation details to include the other entity type support if it.

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Active

Version

1.0

Component

Documentation

Created by

🇮🇳India sandip27

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @sandip27
  • 🇳🇮Nicaragua dinarcon

    You need to use the machine name of the Drupal 7 entity type and bundle. All entities should be supported. Try:

    $settings['migrate_skip_fields_by_name'] = [
      'user:user:field_name',
      'og_membership:*:*'
    ];
    

    It is not feasible to include all entity types in the example settings. If the above does not work, add a new comment with your the value for migrate_skip_fields_by_name setting. Note that as of the latest release, a new required migrate_skip_fields_source_version should be used.

Production build 0.71.5 2024