Korea label is repeated

Created on 4 March 2022, over 2 years ago
Updated 13 February 2024, 8 months ago

The "Korea" label is repeated.

Steps to reproduce

Add a field to a content type and check the drop-down.

Proposed solution

Change a label to North Korea and the other to South Korea.

(object) [
        'code' => 'kp',
        'continent' => 'as',
        'name' => "Korea",
        'iso' => 'PRK',
        'number' => '408',
        'fullname' => "Democratic People's Republic of Korea",
      ],
      (object) [
        'code' => 'kr',
        'continent' => 'as',
        'name' => "Korea",
        'iso' => 'KOR',
        'number' => '410',
        'fullname' => "Republic of Korea",
🐛 Bug report
Status

RTBC

Version

2.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • Merge request !3Issue #3267787: Korea label is repeated → (Open) created by apaderno
  • Status changed to Needs work 8 months ago
  • 🇮🇳India divya.sejekan

    Reviewed the patch #4 , Double Korea label is removed , But even one Korea label is not visible . Issue not resolved
    Using drupal 9.5.12-dev , countries_field 2.0.0

    Testing steps
    1. Add Countries field module and add country field in CT
    2. Try adding korea

    Moving to need work

  • Status changed to Needs review 8 months ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    The countries are North Korea (Democratic People's Republic of Korea) and South Korea (Republic of Korea). You cannot find Korea because it's either North Korea or South Korea.

  • Status changed to RTBC 8 months ago
  • 🇮🇳India divya.sejekan

    @apaderno - oh yes you are right!
    I re-verified issue and it looks fine

    Moving issue to RTBC++

Production build 0.71.5 2024