inline_entity_form.module line 288

On close, getting that warning + Oops, something went wrong. Check your browser's developer console for more details.

Simply changing line 287 with this would probably be enough

$entities = $form_state->get(['inline_entity_form', $ief_id, 'entities']) ?? [];

CommentFileSizeAuthor
#2 fix-ief-close-all-forms.patch542 byteskiwad
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

kiwad created an issue. See original summary.

kiwad’s picture

StatusFileSize
new542 bytes
kiwad’s picture

Status: Active » Needs review

rakesh.regar made their first commit to this issue’s fork.

dhruv.mittal’s picture

Assigned: Unassigned » dhruv.mittal
dhruv.mittal’s picture

Assigned: dhruv.mittal » Unassigned
Status: Needs review » Reviewed & tested by the community

Thanks for the patch
Working fine for me so moving it to RTBC.