tiagobento commented on PR #3046: URL: https://github.com/apache/incubator-kie-tools/pull/3046#issuecomment-2779265221
@aswathitv Thanks for the PR! Some comments from my side: - Adding `conflictedNodes` to the Store forces you to update it, which is error-prone and won't work that well depending on how you're adding things to a DRD. Instead, create a new computed value so that the list of all conflicting Decisions inside Decision Services is available for you at all times. - Great change on the minimum node sizes for when adding a Decision Service to a DRD requires it to be collapsed from the start. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
