- 🇩🇪Germany yannickoo Berlin
📣 Drupal 7 has officially reached it's EOL in January 2025, we are closing this issue accordingly
In the Alter hook, its missing the fieldname, so we can alter the link depending on the field itself.
From:
drupal_alter('linked_field_settings', $linked_field_settings, $context);
To:
drupal_alter('linked_field_settings', $linked_field_settings, $context, $field_name);
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
📣 Drupal 7 has officially reached it's EOL in January 2025, we are closing this issue accordingly