Problem/Motivation
Due to API changes in Paragraphs Sets version 3.x this module isn't working correctly.
Steps to reproduce
- Install the Paragraphs Sets Plugins UI module along with the latest 3.x version of the Paragraphs Sets module.
- Attempt to configure or use the Paragraphs Sets Plugins UI module.
- 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:
- Replace hook_field_widget_multivalue_form_alter() with paragraphs_sets_plugins_ui_field_widget_complete_form_alter().
- Update paragraphs_sets_plugins_ui_module_implements_alter().
- Update the code in the paragraphs_sets_plugins_ui_field_widget_complete_form_alter() to follow updates on Paragraphs Sets module.
Issue fork paragraphs_sets_plugins_ui-3385137
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 #3
panchukComment #4
panchukComment #6
budalokko commentedThe 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.
Comment #9
gilmordThanks, released in 1.0.6
https://www.drupal.org/project/paragraphs_sets_plugins_ui/releases/1.0.6
Comment #10
gilmord