- π¬π§United Kingdom scott_euser
This should be fixed as part of https://www.drupal.org/project/site_settings/issues/3395787 β¨ Provide new site settings loader that uses manage display, etc rather than flattening Needs work
The extra "url" data field provided by SiteSettingsLoader->addSupplementaryLinkData()
does not support multiple values like the image, file, and svg_image_field fields do. Currently, two values on a link filed will produce an array like [0, 1, "url"], but it should be [0, 1] with the "url" data field on each item.
Closed: duplicate
1.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This should be fixed as part of https://www.drupal.org/project/site_settings/issues/3395787 β¨ Provide new site settings loader that uses manage display, etc rather than flattening Needs work