- π©πͺGermany yannickoo Berlin
π£ Drupal 7 has officially reached it's EOL in January 2025, we are closing this issue accordingly
If a link field is used with an internal URL and the link field is set to plain text link, we get internal URLs passed to the Linked Field module that look like:
/internal-alias
When this is run through the url()
function it doubles the preceding slash (see this stackoverflow for similar http://drupal.stackexchange.com/q/72441/6581).
We end up with //internal-alias
as the URL used.
I've added a three-line patch that tests to see if the URL is internal to Drupal and if so, resolves to the internal alias so url()
can do it's magic properly.
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