Hey,

At translation_overview_translation_link you call node_access with 'create' and $node object as parameter (line 318).
The right thing to do is to check node_access create against $node->type.
So if the user doesn't have access to the original node but does have access to create (translate) this node he will still get the link properly working.
Am I right?

Cheers,
Bnaya

Comments

GuillaumeDuveau’s picture

Version: 7.x-2.0-beta1 » 7.x-2.x-dev
Category: Bug report » Feature request
Issue summary: View changes
Status: Needs review » Active

Hi, "needs review" is a status for an issue that has a patch submitted... And it's not a bug...