- 🇩🇪Germany Anybody Porta Westfalica
@oknate thanks - should we get this fixed as MR?
This happens for some entity types, like user or taxonomy term, that don't have the 'edit' operation defined.
Example use case:
If you set up a entity reference field to select user entities and create an entity browser, you also will get an edit button to edit the selected user.
If you click on the edit button, you will get this error:
Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException: The "user" entity type did not specify a "edit" form class. in Drupal\Core\Entity\EntityTypeManager->getFormObject() (Zeile 184 in web/core/lib/Drupal/Core/Entity/EntityTypeManager.php).
The form for user is called "default" and not "edit". I guess the code in the controller is mainly made for nodes.
Needs review
2.0
Widget plugins
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@oknate thanks - should we get this fixed as MR?