If a child term is related to multiple parents, the lineage of both parent trees is saved. In our use case we only want the active lineage to be saved.

Sample vocabulary:

Parent 1
- Group A
- Item A1
Parent 2
- Group A
- Item A1
- Group B

If we select Parent 2 > Group A > Item A1 and save. This will save 4 values to the database.

Parent 1 will be the delta 0 value.
Parent 2 will be the delta 1 value
Group A will be the delta 2 value
Item A1 will be the delta 3 value

Is it possible to only save up to the active parent line?

Comments

todea created an issue.