Active
Project:
CCK Taxonomy Fields
Version:
5.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2008 at 19:32 UTC
Updated:
9 Dec 2008 at 11:00 UTC
Good Day,
I have set the Default value to none but when I test it it selects the first list on the category. I have reinstalled the module and recreated the field in my new content. Any ideas?
Thanks,
Mark
Comments
Comment #1
mrgoltra commentedThis only happens when the required option is checked, but when I uncheck that option the tags show up. Is this a bug?
Comment #2
yonailoI have the same problem.
I this it is indeed a bug. The expected behaviour when required is active would be to select the "none" value and force the user to change the selection.
I will try to make a patch for this.
Comment #3
yonailoThe patch is easy:
Just change $blank = 0 with $blank = '<'.t('none').'>';