- First commit to issue fork.
- @falco010 opened merge request.
- 🇳🇱Netherlands falco010 🇳🇱 The Netherlands
In case you need to upgrade to Drupal 10, you can use the fork created above.
Add the following to your composer.json repositories:
{ "type": "package", "package": { "name": "drupal/field_image_style", "version": "1.x-dev", "type": "drupal-module", "source": { "type": "git", "url": "https://git.drupalcode.org/issue/field_image_style-3297201.git", "reference": "dada1204ce97d00001f6fd607f0991f6e86213a3" } } },
And run the following command:
composer require drupal/field_image_style
- Assigned to bakop
- Status changed to Active
over 1 year ago 2:02pm 25 July 2023 - 🇫🇷France bakop Lille
Hi, maybe we need to replace the \Drupal::service('file_url_generator') service with dependency injection. Since it's already loaded in ImageFormatter, you might as well use it directly.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 2:15pm 25 July 2023 - Status changed to RTBC
over 1 year ago 9:38am 26 July 2023 Verified the MR1 on 9.5.8, and 10.0.0. Added the screenshots for reference, RTBC++
- Status changed to Fixed
about 1 year ago 8:34am 19 October 2023 - 🇫🇷France flocondetoile Lyon
Committed. Thanks. I will publish a 2.x branch and a 2.0.0 releasee.
Automatically closed - issue fixed for 2 weeks with no activity.