Problem/Motivation

Due to API changes in Paragraphs Sets version 3.x this module isn't working correctly.

Steps to reproduce

  1. Install the Paragraphs Sets Plugins UI module along with the latest 3.x version of the Paragraphs Sets module.
  2. Attempt to configure or use the Paragraphs Sets Plugins UI module.
  3. Observe that the module encounters errors, malfunctions, or fails to operate as expected.

Proposed resolution

To address this issue and restore compatibility between the Paragraphs Sets Plugins UI module and the Paragraphs Sets module's 3.x version, the following steps should be taken:

  1. Replace hook_field_widget_multivalue_form_alter() with paragraphs_sets_plugins_ui_field_widget_complete_form_alter().
  2. Update paragraphs_sets_plugins_ui_module_implements_alter().
  3. Update the code in the paragraphs_sets_plugins_ui_field_widget_complete_form_alter() to follow updates on Paragraphs Sets module.
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

Panchuk created an issue. See original summary.

panchuk’s picture

Assigned: panchuk » Unassigned
Status: Active » Needs review
panchuk’s picture

Title: Paragraphs Sets UI 1.x isn't competitive with Paragraphs Sets 3.x » Paragraphs Sets UI 1.x isn't compatible with Paragraphs Sets 3.x

budalokko made their first commit to this issue’s fork.

budalokko’s picture

The generated yaml still uses the `type` keyword instead of the new `bundle`. This was changed in #3199395: Consider using `bundle` instead of `type` and needed to be updated for the changes to work.

gilmord made their first commit to this issue’s fork.

  • gilmord committed 3599cadd on 1.0.x authored by Panchuk
    Issue #3385137: Paragraphs Sets UI 1.x isn't competitive with Paragraphs...
gilmord’s picture

Status: Needs review » Fixed
gilmord’s picture

Status: Fixed » Closed (fixed)