CSCfi / mscr-ui-monorepo

Monorepo for MSCR related UIs
European Union Public License 1.1
0 stars 0 forks source link

CSCFC4EMSCR-506 Refactor schema tree to improve selecting performance #192

Closed maariaw closed 1 week ago

maariaw commented 2 weeks ago

The implementation still shows multiple items selected when you select an attribute that has an identical id with another node in the tree. This makes sense if the mapping actions are based on id's and thus all with the same id are affected. Might need investigation and fixing if this is not corrected. But the dropdown doesn't break, and you can see both of the selected nodes expanded.

Did some cleaning and simplifying of the code.

rquazi commented 1 week ago

looks fine by seeing the code. Merging it