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
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

R.Muilwijk - June 23, 2008 - 10:44

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

R.Muilwijk - November 27, 2008 - 12:53
Status:active» fixed

Fixed in dev (commit #136095)

Will be in release 5.x-1.0

temp

Anonymous (not verified) - September 8, 2008 - 13:23

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

temp

Anonymous (not verified) - September 8, 2008 - 13:33

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

temp

Anonymous (not verified) - September 8, 2008 - 13:43

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

#3

Anonymous (not verified) - September 8, 2008 - 16:03
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.