Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.0-rc4
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2008 at 16:51 UTC
Updated:
3 Aug 2008 at 00:42 UTC
I have a multilingual site, and in one node type I have a node reference field to another node type which respects the active language when in the node add/edit form. That is to say, the drop down list of referenced nodes shows only those nodes which are of the same language as the active language. But when I view the node, and see the title of the referenced node as a clickable link, the link does not retain the language identifier for the node being referenced. So I go to the right node, but with the active language changed. Any idea what I can do about this?
Comments
Comment #1
yched commentedI don't think I get this.
In Drupal, a node has one language, a version of the same content in another language is stored in a different node. So referencing a node id means a specific node and language, there's nothing more to chose.
Maybe what you want is :
If node A_french and node B_french are translations of node A_english and node B_english,
then if node A_english references node B_english, you want node A_french to reference node_B_french automatically.
If that's what you mean, well, it's currently not supposed to be supported so it's a feature request rather than a bug.
If not, please be more specific
Comment #2
edward.peters commentedPlease accept my apologies: I have discovered this is an OG/locale issue. I am very sorry for raising it here.
Comment #3
yched commentedNo pb, thanks for reporting back.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.