- Issue created by @project update bot
- last update
10 months ago Composer require failure This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.1, cannot fix all Drupal 11 compatibility problems.
Therefore these changes did not update the
info.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-121090This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
- last update
10 months ago Composer require failure - First commit to issue fork.
- 🇦🇷Argentina abelpzl
It seems that the work to make this module compatible with Drupal 11 was concentrated on Automated Drupal 11 compatibility fixes for dashboards 📌 Automated Drupal 11 compatibility fixes for dashboards Needs review
Should we close it? - 🇧🇪Belgium dieterholvoet Brussels
This MR is more complete, so let's keep this one.
- 🇦🇷Argentina abelpzl
Ok. I tested MR!29 and work fine.
cspell job in pipeline fail produced by unrecognized/misspelled words. - 🇦🇷Argentina abelpzl
An error occurs when accessing the configuration form when dashboards exist.
Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("bundle") to generate a URL for route "entity.dashboard.entity_permissions_form". in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 180 of core/lib/Drupal/Core/Routing/UrlGenerator.php).
- 🇦🇷Argentina abelpzl
An error occurs when accessing the "Manage permissions" for a specific dashboard.
AssertionError: Cannot load the "dashboard" entity with NULL ID. in assert() (line 261 of core/lib/Drupal/Core/Entity/EntityStorageBase.php).
- 🇦🇷Argentina abelpzl
Removing the route "entity.dashboard.permissions_form" generates the following error when accessing a dashboard
Also, the "UiPageTest" test fails.Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.dashboard.permissions_form" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 211 of core/lib/Drupal/Core/Routing/RouteProvider.php).
- 🇧🇪Belgium dieterholvoet Brussels
The route is automatically generated by
Drupal\user\Entity\EntityPermissionsRouteProvider
so it's safe to delete fromrouting.yml
, but it looks like we have to change the route name of the local task. - 🇦🇷Argentina abelpzl
Hi,
Is it possible that we will have a new release compatible with Drupal 11 soon?