Hi,
Currently the node_access function first checks for permissions from the content type module and if permissions granted, it returns true.
I think it would be better if after checking with the content type module it will continue the check from the node access table.
It's good because it allows to other modules easily restrict the access to the current node.
Comments
Comment #1
marcingy commentedMarking as fixed as d7 now supports multiple node grant checking.
Comment #2
marcingy commented