- Issue created by @mmbk
- 🇬🇧United Kingdom aaron.ferris
aaron.ferris → made their first commit to this issue’s fork.
- 🇬🇧United Kingdom aaron.ferris
Had a look at this, seems the settings form is on a entity type by entity type basis now, unless im missing something. Perhaps there was a general settings form previously that's now gone? Raised an MR.
- Merge request !3Issue #3517537: remove missing route configure link → (Open) created by aaron.ferris
- 🇩🇪Germany mmbk Meißen
@aaron.ferris havin the route in reviews..info.yml is helpful, but it was still not defined.
I added it to the reviews.routing.yml so that it is accessible. Still missing the menu entries so that the setting form is available from the structe-menu.
- 🇩🇪Germany mmbk Meißen
Tested a bit more - the route is correctly created (without these patches) when the module is installed from the backend via ui. Then the `ReviewEntityHtmlRouteProvider` is working as expected.
But the drush installation fails.
Actually, I'm not sure whether the `ReviewEntityHtmlRouteProvider` is needed, if the `Drupal\Core\Entity\Routing\AdminHtmlRouteProvider` were used, all CRUD routes will be created, and the settings route can be easily created with the `reviews.routing.yml`