I'd like to see this as well. It would be extremely beneficial as the current impacts graph gets extremely messy when you have Application solutions built out with more than 10 Ci's.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I need list items in depend on parent/child.
For example:
This type: <field id="user-content-name" xsi:type="AttributeEnum"></field>
and result is list items:
item 1
item 2
item 3
....but I need:
item-parent1 (first level)
item-child1 (second level)
item-child1 (second level)
item-child1 (second level)
item-child1 (third level)
item-child1 (third level)
item-parent2 (first level)
item-child2 (second level)
item-child2 (second level)
item-child2 (second level)
item-child2 (third level)
item-child2 (third level)
...is this possible although?
thanks for help
I'd like to see this as well. It would be extremely beneficial as the current impacts graph gets extremely messy when you have Application solutions built out with more than 10 Ci's.