- Issue created by @djg_tram
When creating and using a Plugin\EntityReferenceSelection\DefaultSelection entity reference selector, one is supposed to receive the entity of the form in $this->configuration['entity']. Not the case with IEF, it always returns NULL (both new and existing entities).
- a custom entity referencing another
- said entity using a handler
- said handler trying to read $this->configuration['entity']
- said entity being NULL
- passing or not killing the entity
Active
3.0
Code