Closed (works as designed)
Project:
Bio
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2008 at 07:14 UTC
Updated:
23 Jan 2008 at 07:18 UTC
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
Comment #1
webchickOh, ignore me. What a clever trick! :) The bio node creation only fires /if/ the bio_nodetype variable is set to bio. Huh.