Download Size md5 hash
dependantDropdown-5.x-1.0-beta.tar.gz 8.34 KB a088392a23d49ef28540de8523316c5a
dependantDropdown-5.x-1.0-beta.zip 9.17 KB 9f5084a834823a11c456af415c33395d
Official release from tag: 5.x-1.0-beta
Last updated: December 24, 2010 - 22:45

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']);