Problem/Motivation
Version 2.1.1 is not compatible the latest layout_paragraphs 2.1.0 version. After updating to layout_paragraphs 2.1.0 and drush updatedb, the following error occurs:
Fatal error: Declaration of Drupal\mercury_editor\Controller\InsertComponentController::insertForm(Symfony\Component\HttpFoundation\Request $request, Drupal\layout_paragraphs\LayoutParagraphsLayout $layout_paragraphs_layout, Drupal\paragraphs\ParagraphsTypeInterface $paragraph_type) must be compatible with Drupal\layout_paragraphs\Controller\ComponentFormController::insertForm(Symfony\Component\HttpFoundation\Request $request, Drupes\contrib\mercury_editor\src\Controller\InsertComponentController.php on line 182
Steps to reproduce
Update layout_paragraphs to 2.1.0 and do drush updatedb.
| Comment | File | Size | Author |
|---|
Issue fork mercury_editor-3470915
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
pbabin commentedThis seems like a minor edit.
Comment #7
justin2pin commentedComment #8
pbabin commentedComment #9
pbabin commented@justin2pin - I had a feeling that there should have been more updates. Thank you!!!