Table node_access not reverted at deinstallation
Roi Danton - June 22, 2008 - 19:26
| Project: | Node Access Control |
| Version: | 5.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
As I've used Node Access Control (set permission, attached it to content) and afterwards deactivate + uninstall the module, the entries in the table node_access remains. This can be confusing as the general node_access row isn't recreated and new content won't be visible like expected.

#1
Thank you for reporting Roi Danton. I thought hook_disable() like this:
<?php/**
* Implementation of hook_disable().
* @see hook_disable()
*/
function node_access_control_disable() {
node_access_rebuild();
}
?>
would be sufficient. I'll have a look into it.
#2
Fixed in dev (commit #136095)
Will be in release 5.x-1.0
temp
Automatically closed -- issue fixed for two weeks with no activity.
temp
Automatically closed -- issue fixed for two weeks with no activity.
temp
Automatically closed -- issue fixed for two weeks with no activity.
#3
Automatically closed -- issue fixed for two weeks with no activity.