Patch 19 did not work
Patch 20 did
D10.3.10
To replicate the issue the field must be set to mandatory
emil stoianov β created an issue.
emil stoianov β created an issue.
Lets make it Compatible with advancedqueue 1.0 also this related issue is now almost merged https://www.drupal.org/project/advancedqueue/issues/2918866 β¨ Add support for unique jobs Fixed
5.0.4 is released today which fixes the issue.
This one can be closed.
Emil Stoianov β created an issue.
Sorry an error in the patch file name
First part of this patch is covered in
https://www.drupal.org/project/oauth2_server/issues/3288840
π
Automated Drupal 10 compatibility fixes
RTBC
and some changes are also introduced by it
Here is a revamped patch against 2.0.x
The patch with latest updates for those who are not comfortable downloading merge requests.
Revamp against 2.x in the fork and patch file
Emil Stoianov β made their first commit to this issueβs fork.
Latest changes by @smovs but as a patch file for those who need it.
Emil Stoianov β created an issue.
The settings are available for modification in a hook_preprocess_field.
For those who need the patch now
Emil Stoianov β created an issue.
This is still an issue in D9.5
Images displayed with a scale effect, in the image style configuration, do not have dimensions displayed in the image tag
Trying to get those in a preprocess function
$image = \Drupal::service('image.factory')->get(DRUPAL_ROOT . $variables['img_element']['#uri']);
$width = $image->getWidth();
Which also has it empty.
+1 works for me
Release it !