I installed the CCK Signup module, and then upgraded it to v 7.x-1.0-alpha4. I later decided this module wasn't needed, and uninstalled it.
However, its content type "cck_signup_basic" remained, and there was no option to delete it in the Content Types admin page. Some snooping revealed this was basic the row in table node_types for cck_signup_basic had custom = 0 specified, i.e. that the content type was dependent on an installed module.
Should the uninstall routine for cck_signup basic remove its content type?
Comments
Comment #1
westbywest commentedSorry for typo: "revealed this was because ... "
Comment #2
jhedstromThis is actually an issue with features (#1055460: Disabling a feature does not disown content type) and Drupal core (#1441950: Node types removed from hook_node_info with base = 'node_content' cannot be deleted).