🐛 | Simple hierarchical select | User-created Sub category wrongly classified to root, instead of its higher level
🇭🇰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'
🇭🇰Hong Kong kingto
Update: shockingly noticed that it works for the photo's title field!
Only invisible for my self-created text field. Weird, probably it is own bug.