taxonomy removed still present in database
leszek.hanusz - December 22, 2008 - 14:39
| Project: | Taxonomy Delegate |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | NancyDru |
| Status: | closed |
Jump to:
Description
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.

#1
I added hook_taxonomy to delete the delegation when the vocab is deleted.
Committed on both branches.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.