User: karens Branch: HEAD Date: Wed, 28 Nov 2007 15:49:28 +0000 Modified files: /modules/cck content.module content_admin.inc optionwidgets.module Log message: More work on optionwidgets. Get field info into $form_state so it can be used by the validator which will not have access to $form['#field_info']. Using form_state['storage'] for that value causes hook_form_alter() to get invoked twice for some odd reason, which completely garbles the results. Need to investigate why, but for now we'll store that data in a different place. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/cck/content.module... http://cvs.drupal.org/diff.php?path=contributions/modules/cck/content_admin.... http://cvs.drupal.org/diff.php?path=contributions/modules/cck/optionwidgets....