Hi.
The seblod_list field when displaying items with nesting levels greater than 2, displays items incorrectly.
Example:
1st item with id=1
2nd
item with id=3 (child to id=1)
1st item with id=2
3rd item with id=5 (child to id=4)
2nd
item with id=4 (child to id=2)
3rd item with id=5 (child to id=4)
The 3rd item with id=5 (child to id=4) displayed twice in the example above.
How to make the crossed-out line in the example not to be displayed???
In the seblod_list properties in the Field section filled in: item_parent_id=item_id.
item_parent_id is displayed in search form view.
item_id is displayed in list view.
Thank you in advance.