π©πͺGermany carsteng
carsteng β made their first commit to this issueβs fork.
π©πͺ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
Patch attached.
π©πͺGermany carsteng
carstenG β created an issue.
π©πͺ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.
π©πͺGermany carsteng
carstenG β created an issue.