- Issue created by @artyom hovasapyan
- Status changed to Closed: duplicate
over 1 year ago 7:45pm 7 August 2023
Issue has dependenced $condition->buildConfigurationForm() and when I changed Drupal\Component\Plugin\Discovery
if ($plugin_id == 'entity:user:') {
$plugin_id = 'entity:user';
}
Is has started work, but when I submitted save throw error.
Drupal\Core\Entity\EntityMalformedException: The entity does not have an ID. error
Probably it's related in $plugin_id
Closed: duplicate
2.0
Code