Is there a reason why the translation link does not have a registered handler? There appears to be a valid file in views/modules/translation/views_handler_field_node_translation_link.inc but translation_views_handlers() in views/modules/translation.views.inc does not declare it, so it never gets picked up. I'm probably being dumb somewhere but I can't get it to appear in the UI at all.

Comments

Narretz’s picture

I am also confused about this fact.
Moreover, I am not quite sure if this is the field that provides a link to translate the node, or the links to node translations as provided by the i18n module.
If the code is still correct, it should not be hard to add the necessary code to translation.views.inc, though.
I will try that in the near future.

dawehner’s picture

Version: 6.x-2.6 » 6.x-2.x-dev
Category: bug » feature

Lets call it a feature request

Narretz’s picture

Hm, I registered the handler, but it only returns a link to the original node. However, I don't understand the handler.php well enough to know why that is so.

Letharion’s picture

Category: feature » task

Feature request left unclaimed for a long while, putting it on the unassigned task list.

Anonymous’s picture

subscribe

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)