When this module is enabled, the following error is shown in form pages where a field referencing paragraphs is used:
Notice: Undefined index: #ajax in multiple_fields_remove_button_process_container() (line 69 of modules/contrib/multiple_fields_remove_button/multiple_fields_remove_button.module).
multiple_fields_remove_button_process_container(Array, Object, Array)| Comment | File | Size | Author |
|---|---|---|---|
| #6 | paragraphs-incompatibility-3063876-6.patch | 1.06 KB | franknoel |
| #2 | paragraphs-incompatibility-3063876-1.patch | 638 bytes | bmunslow |
Comments
Comment #2
bmunslow commentedPlease find a very simple patch that fixes this issue
Comment #3
bmunslow commentedComment #4
duneblThis patch solves my issue. Thx
Comment #5
aaron.ferris commentedAnother +1 for this patch, flagging as RBTC.
Comment #6
franknoel commentedFixed a styling issue where the button was not displayed correctly with paragraphs.
Comment #7
svendecabooterThe change in #6 seems unrelated to the PHP notice issue, so I would recommend to tackle this in a separate issue.
Patch in #1 works as expected.
Comment #9
semjuel commented