Closed ledsoft closed 3 years ago
Note that this concerns the upstream TermIt as well, but it seems more critical here.
Also note that stopping the processing on TermIt side does not help, because in that case the loop just moves into the tree-component, so the problems needs a more comprehensive handling.
When terms loaded by parent term selector contain an ancestor cycle (e.g.,
A.parentTerms = [B], B.parentTerms=[C], C.parentTerms=[A]
), the component fails with an endless loop when processing the terms.