Having a view with titles that link to node. If one node on line 3 has language X, all subsequent (language neutral) nodes are getting linked in that language - instead of the current language (or the default language)...
As of merlinofchaos it's an issue of views_handler_field_node.inc
"There's an if() on language. It needs an 'else' to clear the language if there is not one."
Opening this issue as an initial step.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 713210-fix.patch | 597 bytes | dawehner |
Comments
Comment #1
dawehnerI think thats an easy fix. I don't have time currently to try it out,
Comment #2
miro_dietikerWorks perfect in the sense that it stops aliases being prepended with wrong language.
Comment #3
dawehnera simpletest would be cool :)
Comment #4
jax commentedThanks, works.
Comment #5
merlinofchaos commentedCommitted to all branches, 6.x and 7.x