Closed (fixed)
Project:
Drupal core
Version:
4.5.0
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2005 at 22:28 UTC
Updated:
20 Dec 2005 at 04:30 UTC
If a module has secondary node types (as defined in the node_node_types hook), the admin/taxonomy/edit/vocabulary screen ignores them (in function taxonomy_form_vocabulary) making it impossible to assign taxonomies to them. This applies to all versions, not just 4.5.x
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_5.patch | 755 bytes | robertdouglass |
Comments
Comment #1
dries commentedI'm not sure this is the proper solution. I would expect node_invoke($type, 'node_name') to /just work/.
Anyone?
Comment #2
jonbob commentedYes, it should work as is. Can we have further steps to reproduce the problem? Node modules are required to implement hook_node_name() for all content types they define; it looks like maybe you're omitting this.
Comment #3
moshe weitzman commented