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 . Also, my site only uses 'forum' node type.

-v

Comments

magico’s picture

Version: 4.6.2 » 4.6.9
Priority: Normal » Minor
Status: Active » Needs review
StatusFileSize
new545 bytes

I confirm that the "required" mark does not appear.
Anyway, when a vocabulary is marked as "required", it does fill the dropdown with terms for that vocabulary. Meaning that at least the first term from that list will be used.

Here is the patch for 4.6.9

magico’s picture

StatusFileSize
new326 bytes

And here is the patch for HEAD

magico’s picture

Version: 4.6.9 » 5.x-dev
StatusFileSize
new328 bytes

Rerolled for 5.x-dev

magico’s picture

Just to state that the patch for 4.6.9 applies to 4.6.x-dev

drumm’s picture

Version: 5.x-dev » 6.x-dev
Status: Needs review » Needs work

$blank doesn't indicate requiredness, it is used as the optional first element of the selection, and is sometimes ''.

And this sort of string check should be more explicit, such as '$blank !== 0'.

JirkaRybka’s picture

Status: Needs work » Closed (duplicate)

I believe this is duplicate now - there's a patch at http://drupal.org/node/180109