I get the following error message after enabling this module and trying to place a new block of category 'Content embed': "RuntimeException: The subform and parent form must contain the #parents property, which must be an array. Try calling this method from a #process callback instead. in Drupal\Core\Form\SubformState->getParents() (line 76 of /my/server/app/path/public_html/core/lib/Drupal/Core/Form/SubformState.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | runtime_exception_when_placing_block-3042028-2.patch | 1.24 KB | p-neyens |
Comments
Comment #2
p-neyens commentedComment #3
kevinfunk@p-neyens thanks for the patch. I was getting the same error and your patch fixed the issue.
Comment #5
samuel.mortenson