The current restriction to view the links to add content only checks to see if the user can 'create content' of the type being referenced. It should include user_access('create ' . $field['type_name'] . ' content') || user_access('administer nodes')
The current restriction to view the links to add content only checks to see if the user can 'create content' of the type being referenced. It should include user_access('create ' . $field['type_name'] . ' content') || user_access('administer nodes')
Comments
Comment #1
quicksketchThis has been fixed in #534112: Incorrect permission checks for certain content types.