- Issue created by @quietone
- Assigned to royalpinto007
- @royalpinto007 opened merge request.
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 2:26pm 12 February 2023 - 🇮🇳India royalpinto007
Hi @quietone,
With this commit, I've refactored the ConfigController class by implementing the ContainerInjectionInterface and utilizing dependency injection to pass in its required dependencies. This change improves the code maintainability and flexibility.
Please let me know if you have any questions or concerns.
Thanks!
- Status changed to Needs work
almost 2 years ago 9:55pm 12 February 2023 - 🇳🇿New Zealand quietone
@royalpinto007, Welcome to Drupal! Thanks for the description of the changes!
The change is failing the pre commit checks. You can run these locally before submitting a change, Run core development checks → .
- Status changed to Needs review
almost 2 years ago 3:42am 13 February 2023 The last submitted patch, 6: 3338541-fix-controllers-with-6.patch, failed testing. View results →
- 🇳🇿New Zealand quietone
@Rashmisoni, thanks for working on this. It is preferred that we stay with the existing merge or patch workflow instead of switching. As a reviewer it can take a while to figure out which should be reviewed. Oh, It is not necessary to test a patch on every combination of php and database. Just take the default option. If you look at the failures you will see that it is a FunctionalJavascript test that is failing. Drupal has a number of those tests that fail randomly. You can learn more about that in 🌱 [meta] Known intermittent, random, and environment-specific test failures Active .
Setting back to Needs review,
- Status changed to RTBC
almost 2 years ago 7:16pm 19 February 2023 - 🇺🇸United States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request → as a guide.
The random failure in #6 seems to be unrelated.
Applied patch locally and verified instances of t() have been replaced with this->t()
The issue summary mentions 3 files and that's all that was covered so good there.
Think this is good.
- Status changed to Fixed
almost 2 years ago 2:31pm 20 February 2023 - 🇬🇧United Kingdom jonathan1055
Fixed spelling in title and corrected the sniff in issue summary.