View Issue Details

IDProjectCategoryView StatusLast Update
0000295Composrcns_forumpublic2012-05-26 11:53
ReporterChris GrahamAssigned ToChris Graham 
SeverityFeature-request 
Status closedResolutionno change required 
Product Version 
Fixed in Version 
Summary0000295: Menu link
DescriptionIf you uninstall this addon, the zone menu link should be removed.
TagsNo tags attached.
Time estimation (hours)0.5
Sponsorship open

Relationships

related to 0000353 resolvedChris Graham Just one kind of addon 

Activities

Chris Graham

2012-05-26 11:53

administrator   ~0000532

Pretty sure this already happens. Not tested the code but uninstall_addon has:

if (preg_match('#^([^/]*)/index.php#',$filename,$matches)!=0)
    actual_delete_zone_lite($matches[1]);

and actual_delete_zone_lite has:

$GLOBALS['SITE_DB']->query_delete('menu_items',array('i_url'=>$zone.':'));

Issue History

Date Modified Username Field Change