- Issue created by @damienmckenna
- πΊπΈUnited States damienmckenna NH, USA
Other modules that interact with Layout Builder seem to have the same bug, e.g. π Settings form broken: Field layout_builder__layout is unknown. Active .
On a site I'm helping with, when a field is deleted on a content type (or entity type) that doesn't have a paragraphs field, the following error is thrown:
InvalidArgumentException: Field layout_builder__layout is unknown. in Drupal\Core\Entity\ContentEntityBase->getTranslatedField() (line 616 of core/lib/Drupal/Core/Entity/ContentEntityBase.php).
The full backtrace is as follows:
Enable Mercury Editor for a content type.
On a different content type, delete a field.
Expected behavior:
* The field is deleted as normal.
Actual behavior:
* An error is thrown.
Fix the bug.
Fix the bug.
TBD
TBD
TBD
Active
2.2
User interface
Other modules that interact with Layout Builder seem to have the same bug, e.g. π Settings form broken: Field layout_builder__layout is unknown. Active .