- Issue created by @Carlos Romero
- @carlos-romero opened merge request.
When I try to add or edit a dynamic list block in layout builder, I get an ajax error:
Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("linkit_profile") to generate a URL for route "linkit.autocomplete". en Drupal\Core\Routing\UrlGenerator->doGenerate() (linea 185 de /var/www/html/web/core/lib/Drupal/Core/Routing/UrlGenerator.php).
The linkit module has changed the parameter from linkit_profile_id to linkit_profile, you have to change the name of the parameter in the plugins:
ViewsReferenceCreateViewMore.php
ViewsReferenceExposedFiltersPath.php
Active
3.0
Code