- 🇩🇪Germany yannickoo Berlin
📣 Drupal 7 has officially reached it's EOL in January 2025, we are closing this issue accordingly
I discovered by reading the code that there's a very useful feature whereby field-item tokens can be nested in other tokens.
This means that with an entityreference field, I can link each item to the linked entity like this:
[node:field-my-reference-field:[field-item:delta]:url]
However, this feature is currently broken because the tokens are replaced in the wrong order. The field-item tokens are being added to the end of the $replace_tokens array, rather than the beginning.
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