Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.4
-
Fix Version/s: 3.2
-
Component/s: None
-
Labels:None
Description
This is because that import field corresponding didn't base on translated string.
So people will have big problem when we export the csv, then we can't simply click then import csv.
Trivial bug for doing unnecessary work on perg_match. It won't improve much use experience from user, and cause another problem – effect all of no-English languages user when import.
So my patch is only check the if the key of drop down select is exists, then give them a mapping. It will solve multi-language issue for mapping.
People can fetch correct format from export of contact, and then can import in one click upload.
This work strongly recommend do a review, apply for all the mapping function to solve cross language problem here.