Project:Node2Node
Version:6.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Nobody except root admin cannot create links to nodes, even there were correct access rights in role section.
The bug is here:
File node2node.module. Somewhere near 270 line (i have modified file many times, so i do not know the number of real line).

FIND:
<?
if (node_access($node,'edit')) {
?>

REPLACE:
<?
if (node_access('update',$node)) {
?>

Comments

#1

Status:active» needs review

Here the patch

AttachmentSize
access.patch 756 bytes

#2

Status:needs review» fixed

Thanks for the patch guys - I'm making a new version now.

I'm finding I don't have much time to maintain this module - any assistance would be welcome. If interested I will add you to the maintainers list - please let me know.

Steve

#3

Status:fixed» closed (fixed)

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