When you want to translate a node from the overview you'll stay in the language you are currently using.
This can cause troubles when you have a field: multilingual taxonomy reference (for example).
When the language (in the url) doesn't switch, you can suddenly create nodes with the taxonomy fields (as a reference) while that taxonomy fields is in the wrong language (the language drupal is currently using).

domain.com/nl
=> translate to 'En' for example
=> your new url will be domain.com/nl/node/x/...
While it should be domain.com/en/node/x/...

Patch is in attachment.

CommentFileSizeAuthor
patch.diff717 bytesGleach
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gleach’s picture

Issue summary: View changes
Gleach’s picture

Status: Active » Needs review
SenneS’s picture

Status: Needs review » Reviewed & tested by the community

I tried the patch and changed the URL correctly!

stefan.r’s picture

Thanks for the patch, RTBC++

Gleach’s picture

You're welcome.

stefan.r’s picture

Status: Reviewed & tested by the community » Fixed

Committed and will be included in 2.0-beta2, thanks!

Status: Fixed » Closed (fixed)

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