- Issue created by @joshahubbers
- 🇳🇱Netherlands joshahubbers
This is caused by ✨ Support adding new entities when translating Needs review patch 116.
- Status changed to Closed: duplicate
8 months ago 8:31am 3 April 2024
When adding an existing entity with the advanced form and the autocomplet, we get an error:
Error: Class "Drupal\inline_entity_form\Plugin\Field\FieldWidget\EntityAutocomplete" not found in Drupal\inline_entity_form\Plugin\Field\FieldWidget\InlineEntityFormComplex->extractFormValues() (line 779 of modules/contrib/inline_entity_form/src/Plugin/Field/FieldWidget/InlineEntityFormComplex.php).
Add an existing entity with the advanced form
Add
use Drupal\Core\Entity\Element\EntityAutocomplete;
Closed: duplicate
3.0
Code
This is caused by ✨ Support adding new entities when translating Needs review patch 116.