The Needs Review Queue Bot → tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- 🇮🇳India guptahemant
Attaching a patch for drupal 10, In drupal 10 stable theme is no longer present hence removed the changes related to that.
- last update
about 1 year ago 29,672 pass - First commit to issue fork.
- Status changed to Needs review
7 months ago 8:25pm 30 April 2024 - 🇺🇸United States dcam
I rerolled the patch in #22 for D11 and converted it to an MR.
- Status changed to Needs work
7 months ago 7:34pm 1 May 2024 - 🇺🇸United States dcam
@smustgrave What are we adding an upgrade path for? Unless I'm missing something there are no configuration changes. The values for those attributes were hard-coded.
- 🇺🇸United States smustgrave
If they're not being added to configuration then can ignore that.
- Status changed to Needs review
7 months ago 1:38am 2 May 2024 - 🇺🇸United States dcam
The comments on the MR have been answered. I don't believe any changes are necessary.
- Status changed to RTBC
7 months ago 11:20pm 8 May 2024 - 🇺🇸United States smustgrave
Thanks for taking a look @nod_
Tested out by using a stark theme since Olivero disables media modules ombed library.
Tested with and without the patch and can confirm I'm not seeing any visual regression from removing the attributes.LGTM
-
alexpott →
committed 04fb2d1d on 10.3.x
Issue #3071446 by marcvangend, Kirst25, dcam, guptahemant, Lendude, nod_...
-
alexpott →
committed 04fb2d1d on 10.3.x
-
alexpott →
committed 24b4a8ea on 10.4.x
Issue #3071446 by marcvangend, Kirst25, dcam, guptahemant, Lendude, nod_...
-
alexpott →
committed 24b4a8ea on 10.4.x
-
alexpott →
committed 0bc782b1 on 11.0.x
Issue #3071446 by marcvangend, Kirst25, dcam, guptahemant, Lendude, nod_...
-
alexpott →
committed 0bc782b1 on 11.0.x
-
alexpott →
committed 655cb760 on 11.x
Issue #3071446 by marcvangend, Kirst25, dcam, guptahemant, Lendude, nod_...
-
alexpott →
committed 655cb760 on 11.x
- Status changed to Fixed
7 months ago 6:56am 12 May 2024 - 🇬🇧United Kingdom alexpott 🇪🇺🌍
Committed and pushed 655cb760fc to 11.x and 0bc782b1f8 to 11.0.x and 24b4a8ea8e to 10.4.x and 04fb2d1d1e to 10.3.x. Thanks!
diff --git a/core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php b/core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php index 132248d8fc..70047c8983 100644 --- a/core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php +++ b/core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php @@ -22,7 +22,6 @@ use Drupal\media\Plugin\media\Source\OEmbedInterface; use Symfony\Component\DependencyInjection\ContainerInterface; -// cspell:ignore allowtransparency /** * Plugin implementation of the 'oembed' formatter. *
Made the change above on commit because allowtransparency is no longer in the file.
Automatically closed - issue fixed for 2 weeks with no activity.