Problem/Motivation

If there are content types that do not have translation enabled and have "undefined" as their default language, users cannot update nodes even if they are given all the permissions the module provides.

Proposed resolution

Either add a permission to allow users to edit nodes with an undefined language (e.g. "edit node translation access und") or modify the node_translation_access_node_access() hook to allow nodes with an undefined language to pass the check in the "update" operation.

A possible workaround would be to make sure that all nodes have a language that is not "undefined".

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jamesgrobertson created an issue. See original summary.

jamesgrobertson’s picture

Patch for first approach (adding a new permission). Patch for second approach coming soon.

adci_contributor’s picture

Status: Active » Fixed

Thank you, the issue was fixed.

Status: Fixed » Closed (fixed)

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