Node Access Config
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Node Access Config allows the cooperation between various node access modules when they are installed in parallel.
We know the problem:
If we have installed more than one node access module in parallel and trying to ensure that they cooperate in a reasonable manner then we will realize that this is usually not so easily possible!
Almost all node access modules using hooks, the hooks
"hook_node_access" and "hook_node_access_records",
to tell Drupal their own "view", "update" or "delete" permissions on a node provided for a user.
Unfortunately, the individual modules could bring the assigned permissions of another module totally confused!
With Access Node Config you can configure in which way these modules work together.
No more chaos !
Access Node Config allows logical operation between the individual rights of the parallel installed node access modules to decide what comes out right at the end.
View, update and delete permissions provided by each parallel installed node access module can be logically linked together via boolean algebra ("or" & "and" for the moment).
This can happen in any order! This is freely selectable.
You can decide what happens !
