Problem/Motivation
When I tried to access the route /admin/reports/content-model/entity-diagram using Drupal 10 I have this error TypeError: Drupal\content_model_documentation\Controller\EntityDiagramController::__construct(): Argument #5 ($request) must be of type Drupal\Core\Http\RequestStack, Symfony\Component\HttpFoundation\RequestStack given, called in /app/modules/contrib/content_model_documentation/src/Controller/EntityDiagramController.php on line 116 in Drupal\content_model_documentation\Controller\EntityDiagramController->__construct() (line 98 of modules/contrib/content_model_documentation/src/Controller/EntityDiagramController.php).
Steps to reproduce
Enable the module
I'm using drupal 10
go to /admin/reports/content-model/entity-diagram route
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork content_model_documentation-3346692
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
elberHi Please revise.
Comment #4
swirtThank you for your contribution elber. I am out of the office today but will check this out tomorrow.
Comment #5
elberHi to review this issue you can follow the steps in that issue https://www.drupal.org/project/config_views/issues/3286692 to do config_views compatible with drupal 10
Comment #6
swirtTested and approved. @elber Thank you so much for your contribution to this.
Comment #8
swirtThis will go out with release 1.0.2
Comment #9
swirt