I have checked the checkbox "Required" in CCK. But this have no effect when I create a new content without checking anything. Sorry of my bad englisch - I hope you will understand my problem.

Comments

rconstantine’s picture

Category: bug » support

The required field for this module is copied from that of the vocabulary. You must go to the vocabulary you are using and select required there instead.

drupalbrax’s picture

I´ve selected "required" in the vocabulary and in cck. I´ve tested also the selcection only in the vocabulary and cck respectively. It doesn´t work for me!

rconstantine’s picture

Okay, I'll test it to double check.

drupalbrax’s picture

Do you have tested the double-check?

drupalbrax’s picture

Version: 5.x-1.x-dev » 5.x-1.0

Have anyone else the same problem? I´ve made different settings - required only in cck, required in taxonomy, both required, nothing required ;-) but nothing helped! I will test the module with a fresh new installation of drupal. I will give you a report.

drupalbrax’s picture

My installation contained only Drupal (of course), CCK and Taxonomy Super Select Ultra, but the "required"-Function doesn´t work.

rconstantine’s picture

Haven't gotten a chance to try it out yet...

Eugene Fidelin’s picture

I have the same problem

rconstantine’s picture

Component: Miscellaneous » Code
Assigned: Unassigned » rconstantine
Category: support » bug

Alright, I quickly fixed the display of the required symbol, '*', but still need to write a validation routine. It seems that CCK doesn't check 'required-ness' for me. So when I get that new routine done, I'll upload a new version. I won't get to it today; I've got a lot to do before holiday tomorrow. If someone else wants to write a validation routine, it actually shouldn't be too hard since it only needs to check whether any values have been checked.

FYI, once done, you will not be using the vocab's REQUIRED check box, but will use the field's instead. The vocab's will have no effect.

Incidentally, did those of you that tried both REQUIRED check boxes find that the '*' showed up when you checked the vocab's REQUIRED box? I didn't test that condition before I made my changes.

Thanks for your patience.

Eugene Fidelin’s picture

Incidentally, did those of you that tried both REQUIRED check boxes find that the '*' showed up when you checked the vocab's REQUIRED box?

Yes, in that case '*' showed up, but verification didn't work.

I am waiting for new release which solve this bug!

rconstantine’s picture

Status: Active » Fixed

I think this is fixed and will be in the next release. I'll continue to test as I work on other things.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.