Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-1.x-dev
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2008 at 12:01 UTC
Updated:
14 Jun 2008 at 11:43 UTC
When previewing a content (content type was created with CCK), the selections in radio button fields are removed, and the user will need to select them again before submitting.
This is how I defined the radio button field:
Widget: Check boxes/radio buttons
Default value (in PHP box): return array(0=>array('value'=>0));
Global settings: Required: checked, Number of values: 1, Text processing: Plain text, Allowed values list: 1|Yes 0|No
I'm using Drupal 6.1.
Comments
Comment #1
karens commentedCould possibly be related to other optionwidgets bugginess in http://drupal.org/node/224391.
Comment #2
karens commentedThis was actually a problem for all optionwidgets fields. I think I found the right fix for this.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.