- Issue created by @Anybody
- First commit to issue fork.
- Merge request !23366637-use-route-parameters: Used routes and route parameters instead of paths in Controller. → (Open) created by uttam
- Status changed to Needs review
4 months ago 3:51pm 13 July 2024 The changes I have made in the controller includes, edit and delete URLs are generated using
Url::fromRoute()
and corresponding Link objects are created, and these links are included in an$actions
array which is then rendered and included in the table rows for display. additionally, I have also included injecting the database connection via dependency injection by using useDrupal\Core\Database\Connection
andSymfony\Component\DependencyInjection\ContainerInterfac
e, rather than directly using Database::getConnection()
Please review the MR.- Status changed to RTBC
2 months ago 5:42am 16 September 2024 - 🇮🇳India Tirupati_Singh
Hi, I've applied the provided MR as a patch and it applied cleanly with no errors. I can confirm that the module functionality is working perfectly after applying the patch. I'm attaching the before and after fixes screenshots for reference. As the patch is resolving the issue and getting no errors while using the module hence moving the issue status to RTBC.
Thanks!