Posted by rconstantine on June 7, 2007 at 5:56am
Jump to:
| Project: | Address field for CCK |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | rconstantine |
| Status: | closed (fixed) |
Issue Summary
If uninstalling cck_address and any supporting modules at the same time (like the Canada module), there's an error when removing that supporting module if the main module is already gone.
Actually, the tables are all removed, but there aren't checks in the supporting module when it tries to remove its items from the shared tables.
Hmm, was that confusing? What I mean to say is, if the tables are gone, there's nothing for the supporting modules to do. So I need to make the uninstall functions end gracefully if the tables are gone. Will do it soon.
Comments
#1
Done.
#2