Problem/Motivation
If assert.exception is set, the comment form on an entity will throw a fatal because of missing parent entity (because of #lazy_builder through Big Pipe):
AssertionError: Cannot load the "node" entity with NULL ID. in assert()
Steps to reproduce
Add an entity comment field form on a Display entity.
Proposed resolution
Quick workaround is to catch silently the renderinIsolation error.
We still have PHP log for the assertion, so it's partially silent.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork display_builder-3608596
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:
Comments
Comment #4
mogtofu33 commentedComment #7
pdureau commented