Closed (fixed)
Project:
Webform
Version:
7.x-3.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2010 at 16:56 UTC
Updated:
7 May 2010 at 17:00 UTC
The Drupal 7 version of Webform 3.x doesn't properly preload select list options. This is because we're both returning a JSON object and then using the AJAX-delivery mechanism in Drupal 7, when it should be one-or-the-other. So this patch sticks with the good-old drupal_json_output() function and gets our loading of options working properly again.
| Comment | File | Size | Author |
|---|---|---|---|
| webform_ajax_select7.patch | 1.05 KB | quicksketch |
Comments
Comment #1
quicksketchThis patch has been committed.