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.

CommentFileSizeAuthor
#1 713210-fix.patch597 bytesdawehner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Active » Needs review
FileSize
597 bytes

I think thats an easy fix. I don't have time currently to try it out,

miro_dietiker’s picture

Status: Needs review » Reviewed & tested by the community

Works perfect in the sense that it stops aliases being prepended with wrong language.

dawehner’s picture

a simpletest would be cool :)

Jax’s picture

Thanks, works.

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Committed to all branches, 6.x and 7.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.