Closed (fixed)
Project:
Field collection
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2011 at 15:08 UTC
Updated:
26 Nov 2011 at 02:30 UTC
I think that the default widget should not be hidden rather that field_collection_hidden was intended. This doesn't appear to be causing issues through the standard front end Field UI.
/**
* Implements hook_field_info().
*/
function field_collection_field_info() {
return array(
'field_collection' => array(
'label' => t('Field-collection'),
'description' => t('This field stores references to embedded entities, which itself may contain any number of fields.'),
'instance_settings' => array(),
- 'default_widget' => 'hidden',
+ 'default_widget' => 'field_collection_hidden',
....
Comments
Comment #1
tim.plunkettThanks for the bug report!
http://drupalcode.org/project/field_collection.git/commit/e472733