dependantDropdown 5.x-1.0-beta

hedb - December 23, 2006 - 08:14
Official release from CVS tag: DRUPAL-5--1-0-beta
First released: December 23, 2006 - 08:14
Download: dependantDropdown-5.x-1.0-beta.tar.gz
Size: 8.34 KB
md5_file hash: a088392a23d49ef28540de8523316c5a
Last updated: December 23, 2006 - 04:15
View usage statistics for this release

Just repaired the files to match drupal 5,
Most work was on JS side.
Here again it works much nicer if you add the type parameter to the widget_settings hook
I.e.
apply this change on content_inc
line 362
$additions = module_invoke($widget_type['module'], 'widget_settings', 'form', $field['widget'],$type);
instead of
$additions = module_invoke($widget_type['module'], 'widget_settings', 'form', $field['widget']);

 
 

Drupal is a registered trademark of Dries Buytaert.