localgovdrupal / localgov_core

LocalGovDrupal Core module, for helper functions and core dependencies.
GNU General Public License v2.0
3 stars 6 forks source link

[Drupal 11] Deprecated warnings in test for media asset responsive_3x2 #191

Open andybroomfield opened 1 year ago

andybroomfield commented 1 year ago

Seeing on our BHCC tests for modules that depend on localgov_services.

The responsive image loading attribute update for "media.image.responsive_3x2" is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. Configuration should be updated to accommodate the changes described at https://www.drupal.org/node/3279032.

This might be a localgov_core / localgov_media asset? But I can't see how they are included in localgov_services. This warning only happens on Drupal 10 branch.

millnut commented 1 year ago

Hi @andybroomfield I had this fixed locally I've just pushed a PR up https://github.com/localgovdrupal/localgov_core/pull/190

andybroomfield commented 1 year ago

Thanks for looking, I'm going to move the issue to localgov_core.