🇩🇪Germany @carstenG

Account created on 22 November 2011, about 13 years ago
#

Recent comments

🇩🇪Germany carstenG

Loading attribute is not set with that formatter!
It is missing 2 lines before $elements[$delta] is set:
When I find time I'll provide patch.

$image_loading_settings = $this->getSetting('image_loading');
$item_attributes['loading'] = $image_loading_settings['attribute'];

$elements[$delta] = [
.....
🇩🇪Germany carstenG

In addition: the change should also applied to OpenIDConnectClientFormBase::getRedirectUrl() for the "correct" display in settings form.

🇩🇪Germany carstenG

I had to do a small fix...

from:

$implements = \Drupal::moduleHandler()->getImplementations('sfweb2lead_webform_posted_data_alter');

to:

$implements = \Drupal::moduleHandler()->hasImplementations('sfweb2lead_webform_posted_data_alter');
🇩🇪Germany carstenG

Here comes the patch. Issues from upgrade_status.

Production build 0.71.5 2024