Just tried adding a category and didn't put in any of the required fields for taxonomy and it still let me. Looks like all of those #required are missing in the taxonomy add vocabulary part.

CommentFileSizeAuthor
#1 taxonomy-node-form-required.patch703 bytesasimmonds

Comments

asimmonds’s picture

Status: Active » Needs review
StatusFileSize
new703 bytes

Patch 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)

asimmonds’s picture

Status: Needs review » Active

I'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

drupalxykon’s picture

Version: x.y.z » 4.6.2

I 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

killes@www.drop.org’s picture

Version: 4.6.2 » x.y.z

vrao: this issue is about forms API which is not present in 4.6.

edmund.kwok’s picture

Status: Active » Fixed

In 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)