You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\Drupal\Driver\Fields\Drupal8\EntityReferenceHandler::expand() can't retrieve the label entity_key for the Team entity type, therefore a \Behat\Testwork\Call\Exception\FatalThrowableError is thrown when one tries to create a Node (or whatever entity type) that references a Team entity.
Steps to Reproduce
Steps to reproduce the behavior:
Create a node type with an entity_reference field to a Team.
Try creating a node that references an existing team using \Drupal\Driver\DrupalDriver::createNode().
Actual Behavior
A \Behat\Testwork\Call\Exception\FatalThrowableError is thrown with the message Type error: Too few arguments to function Drupal\apigee_edge\Entity\AttributesAwareFieldableEdgeEntityBase::get(), 0 passed and exactly 1 expected.
Expected Behavior
The node gets created without errors.
Screenshots
(none)
Notes
(none)
Version Info
drupal/apigee_edge 1.11.0 Apigee Edge for Drupal.
drupal/core 8.8.4 Drupal is an open source content management platform powering millions of websites and applications.
The text was updated successfully, but these errors were encountered:
Description
\Drupal\Driver\Fields\Drupal8\EntityReferenceHandler::expand()
can't retrieve thelabel
entity_key for the Team entity type, therefore a\Behat\Testwork\Call\Exception\FatalThrowableError
is thrown when one tries to create a Node (or whatever entity type) that references a Team entity.Steps to Reproduce
Steps to reproduce the behavior:
\Drupal\Driver\DrupalDriver::createNode()
.Actual Behavior
A
\Behat\Testwork\Call\Exception\FatalThrowableError
is thrown with the messageType error: Too few arguments to function Drupal\apigee_edge\Entity\AttributesAwareFieldableEdgeEntityBase::get(), 0 passed and exactly 1 expected
.Expected Behavior
The node gets created without errors.
Screenshots
(none)
Notes
(none)
Version Info
The text was updated successfully, but these errors were encountered: