Enable connecting multiple list Attributes#3000
Enable connecting multiple list Attributes#3000servantftransperfect wants to merge 1 commit intodevelopfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3000 +/- ##
===========================================
+ Coverage 82.01% 83.21% +1.19%
===========================================
Files 69 70 +1
Lines 9310 10144 +834
===========================================
+ Hits 7636 8441 +805
- Misses 1674 1703 +29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This seems to work correctly, including when performing undos and redos, but some unit tests should definitely be added. |
766c56e to
35cf5ba
Compare
fabiencastan
left a comment
There was a problem hiding this comment.
In my opinion, it is not a good idea to create connections between lists and, in some cases, between elements within the lists, without providing the end user with any information. This leads to errors and confusion.
|
In the short term, I would recommend to create a node with a list<list> in input that creates a flatten list in output. |
Enable the connection of multiple listAttributes to the same destination listAttribute