Problem/Motivation
I've got the following error in the logs in the entity.node.content_translation_add form
Drupal\Component\Plugin\Exception\PluginNotFoundException : The "source" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 142 of /web/core/lib/Drupal/Core/Entity/EntityTypeManager.php).
Steps to reproduce
1. Enable content translation for the article content type.
2. Try to add a translation for the existing article.
3. On the add translation form many ajax errors will appear in console due to this problem
Issue fork permissions_by_term-3488143
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3488143-wrong-entity-type
changes, plain diff MR !68
- 3.1.x-dev
changes, plain diff MR !56
Comments
Comment #2
igor mashevskyi commentedComment #6
vitaliyb98 commentedComment #7
vitaliyb98 commentedCommitted and pushed to 3.1.x-dev Thanks!