fabric8-ui / fabric8-planner

https://fabric8-ui.github.io/fabric8-planner/
Apache License 2.0
26 stars 62 forks source link

Workitems can be configured to have multiple parents #2020

Open joshuawilson opened 7 years ago

joshuawilson commented 7 years ago

From @ldimaggi on April 20, 2017 18:57

Enabling workitems to support multiple parents can worsen conditions where a workitem appears more than once in the UI:

screenshot from 2017-04-20 14-47-24

Copied from original issue: fabric8io/fabric8-ui#945

joshuawilson commented 7 years ago

Is this a tree list issue or a planner implementation of the tree list? @michaelkleinhenz @dlabrecq

joshuawilson commented 7 years ago

From @michaelkleinhenz on April 20, 2017 20:50

All components are working as they were designed here. It is just that the combined function does not make sense. :-) But we already have a solution in a PR. @baijum Also see the thread on devtools-planner on this. The solution will change the items displayed in the root level to only items that don't have a parent set.