Closed (fixed)
Project:
Coder
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2007 at 15:42 UTC
Updated:
7 Mar 2009 at 03:37 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| coder_dangerous_skip_check.patch | 860 bytes | stella |
Comments
Comment #1
stella commentedFixed - checked into CVS.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
harry slaughternote, 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.