- Issue created by @matias
- @matias opened merge request.
- Status changed to Needs review
about 1 year ago 9:27pm 5 November 2023 - Issue was unassigned.
I have a use case where I have to import a hierarchical structure with term that can have the same name at different levels of the hierarchy.
Think for example states and cities. "New York" on root level for the state, but also "New York" as a child of that state term for the city
The term "New York" is duplicated but as long as the parent and level are different should be valid.
Add this to a CSV file and try to import it.
0,1
New York,
,New York
,Buffalo
California,
,Los Angeles
,San Diego
Change the validation to allow this use case. Make this validation optional on the import form if needed.
Needs review
1.2
Code