Because of the way we're defining country codes there are 3 duplicated keys.
Because of this some Country/Regions are never going to show up.
e.g:
34 => "Canary Islands (34)"
34 => "Spain (34)",
The "Canary Islands" is going to be overridden by Spain value so, the "Canary Islands" is missing from the list.
We should group those records accordingly as "Canary Islands" are part of the Spain.
34 => "Spain / Canary Islands (34)"
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2810727.png | 171.58 KB | lomasr |
| #2 | Duplicated_keys_wrong_contry_list-2810727-2.patch | 1.89 KB | hugronaphor |
Comments
Comment #2
hugronaphor commentedThe patch to group the Countries/Regions accordingly.
Comment #3
hugronaphor commentedComment #4
lomasr commentedPatch added #2 applied well.
Comment #5
lomasr commented