Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feeds
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
feeds
Commits
72fbb30a
Commit
72fbb30a
authored
14 years ago
by
Kevin King
Browse files
Options
Downloads
Patches
Plain Diff
Issue #967018 by jcarlson34, David Goode, alex_b: Mapping to String lists not supported
parent
9db42c00
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+1
-0
1 addition, 0 deletions
CHANGELOG.txt
mappers/field.inc
+3
-2
3 additions, 2 deletions
mappers/field.inc
with
4 additions
and
2 deletions
CHANGELOG.txt
+
1
−
0
View file @
72fbb30a
- #967018 jcarlson34, David Goode, alex_b: Mapping to String lists not supported
Feeds 7.x 2.0 Alpha 3, 2011-01-14
---------------------------------
...
...
This diff is collapsed.
Click to expand it.
mappers/field.inc
+
3
−
2
View file @
72fbb30a
...
...
@@ -16,14 +16,15 @@
*/
function
field_feeds_processor_targets_alter
(
&
$targets
,
$entity_type
,
$bundle_name
)
{
$numeric_types
=
array
(
'list'
,
'list_integer'
,
'list_float'
,
'list_boolean'
,
'list_number'
,
'number_integer'
,
'number_decimal'
,
'number_float'
,
);
$string_types
=
array
(
'list_text'
,
'text'
,
'text_long'
,
'text_with_summary'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment