Hi,

Support for form property #DANGEROUS_SKIP_CHECK has been removed in D6. See Form property #DANGEROUS_SKIP_CHECK removed for more details. The attach patch should warn about usage of this property.

Cheers,
Stella

CommentFileSizeAuthor
coder_dangerous_skip_check.patch860 bytesstella

Comments

stella’s picture

Status: Needs review » Fixed

Fixed - checked into CVS.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

harry slaughter’s picture

note, documentation for properly altering forms and avoiding the 'illegal choice' error is not readily available anywhere.

#DANGEROUS_SKIP_CHECK was initially created because altering certain form elements can be quite difficult with the options consistency being checked in _form_validate(). it becomes next to impossible to alter elements without running into the above error. and the correct way to do it was never documented, hence the birth of #DANGEROUS_SKIP_CHECK. now they've removed the hackish option without providing documentation on the proper way to alter these form elements.