Active
Project:
CCK Taxonomy Fields
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2008 at 13:20 UTC
Updated:
26 Mar 2008 at 13:20 UTC
I created a cck_taxonomy field and chose the vocabulary for it. After it's done, if I go back to the widget settings, the vocabulary selection is disabled.
line 26 in cck_taxonomy.module says:
// Disable this since there will always only be one choice
$form['widget']['widget_type']['#disabled'] = 'true';
The comment is definitely wrong, since I do have all vocabularies listed and not only one choice. Commenting this line out seems to fix this (I can change the vocab of the field).
Is there a reason for disabling the vocabulary selection?
I specified this as a support request, since I suspect it is by design..