Problem/Motivation

Bricks Inline calls Drupal\Core\Render\Renderer::render() on form elements without first checking if they exist in _inline_entity_form_preprocess_inline_entity_form_entity_table().

Proposed resolution

Check if the form element is set before passing to render(). if its not pass an empty array instead.

Issue fork bricks-3570005

Command icon 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

a_mitch created an issue. See original summary.

a_mitch’s picture

Status: Active » Needs review
alieffring’s picture

Status: Needs review » Reviewed & tested by the community

Patch does what it needs to.