Because of the lack of a 'locked' modifier in hook_node_info(), while a delete link shows up on the Biography type @admin/content/type. Humorously, no matter how many times you click that delete link, the Biography node type always re-appears. ;)

So do we want it required, or do we want it optional? The consensus at http://groups.drupal.org/node/8261#comment-25275 seems to be optional. But this will open up an error condition when 'bio' is deleted, but bio_nodetype is still set to 'bio'.

Comments

webchick’s picture

Status: Active » Closed (works as designed)

Oh, ignore me. What a clever trick! :) The bio node creation only fires /if/ the bio_nodetype variable is set to bio. Huh.