- Issue created by @interlated
php Error RuntimeException: Callable "Drupal\layout_paragraphs\Access\LayoutParagraphsBuilderAccess::access" requires a value for the "$paragraph_type" argument. in
Drupal\Component\Utility\ArgumentsResolver->handleUnresolvedArgument() (line 149 of
/web/core/lib/Drupal/Component/Utility/ArgumentsResolver.php).
and
php Error RuntimeException: Callable "Drupal\layout_paragraphs\Access\LayoutParagraphsBuilderAccess::access" requires a value for the "$component_uuid" argument. in
Drupal\Component\Utility\ArgumentsResolver->handleUnresolvedArgument() (line 149 of /web/core/lib/Drupal/Component/Utility/ArgumentsResolver.php).
* PHP 8.4.1
* Drupal 11
* Install paragraphs, layout paragraphs
* Create a content type with paragraphs
* Create a node
* Attempt to edit the node with the paragraphs editor
* Attempt to edit the paragraph
* Expect an ajax error. No ability to edit the content
Set default values for the null parameters. The 'operation' parameter cannot be null in $paragraph->access
Testing.
Active
2.1
Code