Skip to content
Snippets Groups Projects
Commit ed4ae02d authored by Alex Barth's avatar Alex Barth
Browse files

Allow for mapping to list_number.

parent ea2b76cf
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
Feeds 7.x 2.0 XXXXXXXXXXXXXXXXXXX
---------------------------------
- Allow for mapping to list_number field types.
- Fix entity inspection in file fetcher.
- #932772 alex_b: FeedsProcessor: Consolidate process() and clear().
FeedsProcessor now implements the process() and clear() methods for creating
......
......@@ -20,6 +20,7 @@ function field_feeds_processor_targets_alter(&$targets, $entity_type, $bundle_na
$info = field_info_field($name);
$allowed_types = array(
'list_boolean',
'list_number',
'number_integer',
'number_decimal',
'number_float',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment