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']) ?? [];
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix-ief-close-all-forms.patch | 542 bytes | kiwad |
Issue fork inline_entity_form-3516478
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 #2
kiwad commentedComment #3
kiwad commentedComment #6
dhruv.mittal commentedComment #7
dhruv.mittal commentedThanks for the patch
Working fine for me so moving it to RTBC.