Bugfixes:
- #482774 Update breaks when CCK is disabled.
+Other changes:
+- #421116 Move content.js to js/content.admin.js for consistency with location of new js files.
+
Features:
- #196421 by markus_petrux: Deleting unwanted multiple values / multiple values delta issues.
- #119102 by markus_petrux: Combo field - group different fields into one.
$js_fields[$field_name] = array('label' => $field['widget']['label'], 'type' => $field['type'], 'widget' => $field['widget']['type']);
}
drupal_add_js(array('contentWidgetTypes' => content_widget_type_options(), 'contentFields' => $js_fields), 'setting');
- drupal_add_js(drupal_get_path('module', 'content') .'/content.js');
+ drupal_add_js(drupal_get_path('module', 'content') .'/js/content.admin.js');
}
/**