Fix undefined array key target_bundles

Created on 30 July 2024, 6 months ago

Problem/Motivation

Getting the following warning during migrations using the entity_lookup plugin on a non-bundlable entity:

[warning] Undefined array key "target_bundles" EntityLookup.php:177

Steps to reproduce

Create and run a node migration with the following user field process definition:

  uid:
    -
      plugin: entity_lookup
      source: email
      value_key: mail
      entity_type: user
      access_check: false
      ignore_case: true
    -
      plugin: default_value
      default_value: 1

Proposed resolution

TBD

🐛 Bug report
Status

Active

Version

6.0

Component

Plugins

Created by

🇺🇸United States jcandan

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

Comments & Activities

Production build 0.71.5 2024