Closed (fixed)
Project:
Taxonomy Delegate
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Dec 2008 at 14:39 UTC
Updated:
24 Feb 2009 at 22:00 UTC
If I remove a taxonomy used by taxonomy_delegate, the entries are still present in the taxonomy_delegate table.
It means that the page "category_admin" contains invalid rows.
A workaround for this bug is to delete the entries in the taxonomy_delegate table manually.
Comments
Comment #1
nancydruI added hook_taxonomy to delete the delegation when the vocab is deleted.
Committed on both branches.