- 🇮🇳India Shubham Sharma 77
Applied patch #56 applied successfully in drupal-9.5.x-dev
Thanks for the patch
For ref sharing screenshots... - 🇳🇴Norway svenryen
@Shubham Sharma 77, thanks for reviewing the patch.
We should set status to Reviewed and tested by the community if you've properly reviewed the patch, so that this can go into core. Can you please update the status?
I looked at the code and it seems ok, standard wise.
- Status changed to RTBC
almost 2 years ago 1:11pm 13 February 2023 - Status changed to Needs work
over 1 year ago 8:22pm 16 February 2023 - 🇺🇸United States bnjmnm Ann Arbor, MI
Re #56
index 87c8fc5b3f..81aced9879 100644 --- a/core/modules/toolbar/js/views/ToolbarVisualView.es6.js +++ b/core/modules/toolbar/js/views/ToolbarVisualView.es6.js @@ -316,10 +316,25 @@ */ adjustPlacement() {
Drupal no longer uses.es6.js files. If this qualifies for a 9.x backport that could happen there. For now, this should target the current dev branch, 10.1.x.
diff --git a/core/modules/taxonomy/src/TermForm.php b/core/modules/taxonomy/src/TermForm.php index af287ba881..d8603582e7 100644 --- a/core/modules/taxonomy/src/TermForm.php +++ b/core/modules/taxonomy/src/TermForm.php @@ -211,8 +211,13 @@ public function save(array
Why is TermForm being changed?
And we're good on Screenshots. Please no more screenshots.
- 🇮🇳India _utsavsharma
Addressed 1 from #62 as i updated the js files for 10.1.x.
Could not address the second point. - 🇮🇳India kunals131
@_utsavsharma Applied patch #63 for 10.1.x