Closed (won't fix)
Project:
Salesforce Suite
Version:
7.x-2.x-dev
Component:
sf_entity
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2011 at 11:18 UTC
Updated:
10 Dec 2012 at 16:14 UTC
The field language has its own language, could be entity language or could be LANGUAGE_NONE
The mean that getting (export) or rebuilding (import) the fields data could be very wrong.
what i mean it that the 2 functions "sf_entity_export_field_default" & "sf_entity_import_field_default"
should use the field language
http://api.drupal.org/api/drupal/modules--field--field.multilingual.inc/...
This function requires $entity_type argmuments which i think it's not present in the functions, so maybe this argument also needed.
Comments
Comment #1
EvanDonovan commentedThanks, I believe you are correct that it should check field_language(). Do you have a patch? Also, downgrading to major since the imports are not actually broken, especially on monolingual sites.
Sorry I haven't been maintaining very actively in the past month or so; client work has called me away. I hope to get back to it more intensively in the new year.
Comment #2
kostajh commented