I have a typical vocabulary with hierarchical levels: continents > countries > regions.

As the number of continents and countries are fixed, there is only the need to add new terms to the regions. Unfortunately when I try to create a new term for the regions, the box for the new term pops up and I can fill it in, but after clicking "create" the term is not there. The new term is also not present in the terms list at categories, so it is not created/saved.

For the first two levels, continents and countries, its works to create new terms.

Comments

wim leers’s picture

Assigned: Unassigned » wim leers

Sounds like a bug indeed.

wim leers’s picture

Title: Create new term does not work at deepest level » Creating terms at levels deeper than the max_levels setting does not work
Component: Code - Taxonomy » Code
Status: Active » Fixed

The problem was that only the max_levels setting was being checked, while in fact *also* should be tested if an item was being created in an existing level. I added that check now and it's working nicely :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.