Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed EZP-32302: Kosovo and South Sudan are missing in the Country FieldType #3082

Merged
merged 1 commit into from
Jan 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion doc/specifications/rest/xsd/ISOCountryCodeType-V2006.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,11 @@
<xsd:documentation>SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SS">
<xsd:annotation>
<xsd:documentation>SOUTH SUDAN, REPUBLIC OF</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GT">
<xsd:annotation>
<xsd:documentation>GUATEMALA</xsd:documentation>
Expand Down Expand Up @@ -622,6 +627,11 @@
<xsd:documentation>KOREA, REPUBLIC OF</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="XK">
<xsd:annotation>
<xsd:documentation>KOSOVO</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="KW">
<xsd:annotation>
<xsd:documentation>KUWAIT</xsd:documentation>
Expand Down Expand Up @@ -729,7 +739,7 @@
</xsd:enumeration>
<xsd:enumeration value="MK">
<xsd:annotation>
<xsd:documentation>MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF</xsd:documentation>
<xsd:documentation>NORTH MACEDONIA, REPUBLIC OF</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ML">
Expand Down
4 changes: 3 additions & 1 deletion eZ/Publish/Core/settings/fieldtypes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ parameters:
KI: {Name: "Kiribati", Alpha2: "KI", Alpha3: "KIR", IDC: "686"}
KP: {Name: "Korea, Democratic People's Republic of", Alpha2: "KP", Alpha3: "PRK", IDC: "850"}
KR: {Name: "Korea, Republic of", Alpha2: "KR", Alpha3: "KOR", IDC: "82"}
XK: {Name: "Kosovo", Alpha2: "XK", Alpha3: "XXK", IDC: "383"}
KW: {Name: "Kuwait", Alpha2: "KW", Alpha3: "KWT", IDC: "965"}
KG: {Name: "Kyrgyzstan", Alpha2: "KG", Alpha3: "KGZ", IDC: "996"}
LA: {Name: "Lao People's Democratic Republic", Alpha2: "LA", Alpha3: "LAO", IDC: "856"}
Expand All @@ -153,7 +154,6 @@ parameters:
LT: {Name: "Lithuania", Alpha2: "LT", Alpha3: "LTU", IDC: "370"}
LU: {Name: "Luxembourg", Alpha2: "LU", Alpha3: "LUX", IDC: "352"}
MO: {Name: "Macau", Alpha2: "MO", Alpha3: "MAC", IDC: "853"}
MK: {Name: "Macedonia, The Former Yugoslav Republic of", Alpha2: "MK", Alpha3: "MKD", IDC: "389"}
MG: {Name: "Madagascar", Alpha2: "MG", Alpha3: "MDG", IDC: "261"}
MW: {Name: "Malawi", Alpha2: "MW", Alpha3: "MWI", IDC: "265"}
MY: {Name: "Malaysia", Alpha2: "MY", Alpha3: "MYS", IDC: "60"}
Expand Down Expand Up @@ -188,6 +188,7 @@ parameters:
NU: {Name: "Niue", Alpha2: "NU", Alpha3: "NIU", IDC: "683"}
NF: {Name: "Norfolk Island", Alpha2: "NF", Alpha3: "NFK", IDC: "6723"}
MP: {Name: "Northern Mariana Islands", Alpha2: "MP", Alpha3: "MNP", IDC: "1670"}
MK: {Name: "North Macedonia, Republic of", Alpha2: "MK", Alpha3: "MKD", IDC: "389"}
NO: {Name: "Norway", Alpha2: "NO", Alpha3: "NOR", IDC: "47"}
OM: {Name: "Oman", Alpha2: "OM", Alpha3: "OMN", IDC: "968"}
PK: {Name: "Pakistan", Alpha2: "PK", Alpha3: "PAK", IDC: "92"}
Expand Down Expand Up @@ -229,6 +230,7 @@ parameters:
SO: {Name: "Somalia", Alpha2: "SO", Alpha3: "SOM", IDC: "252"}
ZA: {Name: "South Africa", Alpha2: "ZA", Alpha3: "ZAF", IDC: "27"}
GS: {Name: "South Georgia and The South Sandwich Islands", Alpha2: "GS", Alpha3: "SGS", IDC: "500"}
SS: {Name: "South Sudan, Republic of", Alpha2: "SS", Alpha3: "SSD", IDC: "211"}
ES: {Name: "Spain", Alpha2: "ES", Alpha3: "ESP", IDC: "34"}
LK: {Name: "Sri Lanka", Alpha2: "LK", Alpha3: "LKA", IDC: "94"}
SD: {Name: "Sudan", Alpha2: "SD", Alpha3: "SDN", IDC: "249"}
Expand Down