- 🇮🇳India saket-001
under comment #33 i had applied both failed and pass patches of #34. Adding screenshot for both the patches.
- Status changed to RTBC
almost 2 years ago 6:00pm 13 February 2023 - Status changed to Needs work
almost 2 years ago 8:01pm 16 February 2023 - 🇺🇸United States bnjmnm Ann Arbor, MI
Some things need addressing.
-
+++ b/core/modules/language/language.routing.yml @@ -81,7 +81,7 @@ language.negotiation_browser_delete: + _title_callback: '\Drupal\language\Controller\TitleController::setTitle'
This can be a method in
ContentLanguageSettingsForm
, no need to make a dedicated controller for it.The method should also be named
getTitle
, nothing is being set. -
+++ b/core/modules/language/src/Controller/TitleController.php @@ -0,0 +1,55 @@ + * Constructs the BlockListController.
This is not a BlockListController, but probably a non-issue as this whole thing can probably be discarded in favor of a method added to
ContentLanguaggeSettingsForm
-
+++ b/core/modules/language/src/Controller/TitleController.php @@ -0,0 +1,55 @@ + * @return string
This returns
@return \Drupal\Core\StringTranslation\TranslatableMarkup
Also note we have more than enough screenshots so those can stop. They won't get credit so it's not worth anyone's time. There's test coverage to account for anything that changes going forward.
-
- First commit to issue fork.
- Status changed to Needs review
almost 2 years ago 11:12pm 16 February 2023 - Status changed to Needs work
almost 2 years ago 5:16pm 20 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.
1 open thread still in the MR 1107
- Status changed to Needs review
over 1 year ago 8:19pm 23 February 2023 - Status changed to RTBC
over 1 year ago 11:24pm 23 February 2023 - last update
over 1 year ago 28,495 pass - last update
over 1 year ago 28,497 pass - last update
over 1 year ago 28,497 pass - last update
over 1 year ago 28,497 pass - last update
over 1 year ago 28,497 pass - last update
over 1 year ago 28,498 pass - last update
over 1 year ago 28,498 pass - last update
over 1 year ago 28,498 pass - Status changed to Fixed
over 1 year ago 8:04am 1 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.