Skip to content
Snippets Groups Projects

Issue #3229479: Entity_lookup taxonomy_term restricted by VID

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -97,7 +97,7 @@ class EntityLookup extends ProcessPluginBase implements ContainerFactoryPluginIn
protected ?string $destinationBundleKey = NULL;
protected ?string $lookupValueKey = NULL;
protected ?string $lookupBundleKey = NULL;
protected ?string $lookupBundle = NULL;
protected mixed $lookupBundle = NULL;
protected ?string $lookupEntityType = NULL;
protected ?string $destinationProperty;
protected bool $accessCheck = TRUE;
Loading