Hi. Just a small issue...
When you delete a Content Type, the related Template remains in the Database Table.

Excellent work. Awesome module! :)

CommentFileSizeAuthor
#2 735212-deletenodetemplate.patch557 bytesdgtlmoon
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DarkLight’s picture

This could be fixed with a Custom Rule (php) but maybe an idea to fix this in the module itself? Or would it be impossible? I'm thinking some 3rdparty rule/event would need to trigger the deletion of the row.

Thanks.

dgtlmoon’s picture

Status: Active » Needs review
FileSize
557 bytes

See patch for implementing hook_node_type on delete , will need to be ported to D7

dgtlmoon’s picture

Version: 6.x-1.1 » 6.x-1.x-dev

affects current dev