User-created Sub category wrongly classified to root, instead of its higher level

Created on 11 June 2022, over 2 years ago
Updated 6 February 2023, almost 2 years ago

Hi,

This issue has been pulling my hair out...
I have a taxonomy using SHS which allows the user to create a model name under the brand name.

They should be like: Root > Brand (parent level) > Model
BUT, some of them wrongly classified to root level, instead of their parent levels (the brand)

Even if I put them under the brand manually, it still keeps the previous hierarchical relationship.

Any ideas?

Thanks!

🐛 Bug report
Status

Active

Component

Code

Created by

🇭🇰Hong Kong kingto

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

Comments & Activities

Not all content is available!

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

  • 🇭🇰Hong Kong kingto

    Problem solved. It was because of the langcode in the database.

    User created terms were all set as '1' instead of 'en'.

    I fixed them by

    UPDATE **** SET `langcode`= 'en'

Production build 0.71.5 2024