Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Feb 2013 at 15:39 UTC
Updated:
15 Feb 2013 at 17:20 UTC
It is not possible to select the language field within the taxonomy term processor.
The field is available in the vocabulary, but nut not visible in the mapping settings.
The field is needed for the import of multi language taxonomy terms.
Or is there maybe an other way to import multi language taxonomy terms?
Comments
Comment #1
mvdve commentedok. my bad, simple fix:
Add the following code (sorry not sure how to create patch files yet) to the FeedsTermProcessor.inc plugin, in the getMappingTargets function:
It introduces a new problem by updating the existing taxonomy term, but that's an other issue.
Fixed for now.