When the taxonomy module attempts to build a list of node types, it uses the names of node modules rather than the names of the node types. Therefore if a node type exists that is not named identically to its containing module, it is not selectable on the vocabulary edit page.

Comments

moshe weitzman’s picture

Patch will be submitted this weekend

jonbob’s picture

Priority: Normal » Minor

The "multiple node types per module" patch solves this bug nicely, but most likely won't get committed until after 4.3 is released. An earlier patch was submitted here:
http://lists.drupal.org/archives/drupal-devel/2003-08/msg00435.html
Dries rejected this one. Take note of this if you roll a new one.

Kjartan’s picture

Anonymous’s picture