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)

Comments

bmunslow created an issue. See original summary.

bmunslow’s picture

StatusFileSize
new638 bytes

Please find a very simple patch that fixes this issue

bmunslow’s picture

Title: Incompatibility with paragraphs module » Error notice shown on form pages with paragraphs fields
dunebl’s picture

This patch solves my issue. Thx

aaron.ferris’s picture

Status: Active » Reviewed & tested by the community

Another +1 for this patch, flagging as RBTC.

franknoel’s picture

StatusFileSize
new1.06 KB

Fixed a styling issue where the button was not displayed correctly with paragraphs.

svendecabooter’s picture

The 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.

  • semjuel committed b41d686 on 8.x-1.x authored by frankn11
    Issue #3063876 by bmunslow: Error notice shown on form pages with...
semjuel’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.