Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2005 at 19:03 UTC
Updated:
28 Sep 2006 at 13:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
asimmonds commentedPatch to add #required to the form array. This bug affects all taxonomy form elements other than free-tagging (that already gets the #required if needed)
Comment #2
asimmonds commentedI'm stupid, I didn't read m3avrck's issue properly. Patch in #2 is for the taxonomy node_form required field bug, unrelated to this issue.
I suspect this bug is form non-validation for the old-style form post handling (eg not formapi _execute model)
Changing back to active
Comment #3
drupalxykon commentedI see this problem with forum categories (not sure it applies to regular vocabs).
The required marker doesnt appear and sure enough it lets user post nodes without tagging it under the vocabulary I have set as 'required'.
Not sure this is 4.6.2 specific, might be a bug in all 4.6 versions
-v
Comment #4
killes@www.drop.org commentedvrao: this issue is about forms API which is not present in 4.6.
Comment #5
edmund.kwok commentedIn HEAD, for taxonomy, even if there are no terms in the vocabulary and the vocab is required, an error is returned when you do have a term associated with the node. Same goes for forum topics.
Setting this to fixed unless this is reproduced.
Comment #6
(not verified) commented