ljmotta opened a new issue, #3900: URL: https://github.com/apache/incubator-kie-tools/issues/3900
Currently, on the DMN editor, the HREF is used as an ID for the React Flow elements. Also, the name ID is largely used instead of HREF, this issue brings a discussion on how we should solve this problem and create a standard for the names used. The idea is to rename all possible places that use the name ID to HREF if the content is an HREF. One place where this change is not possible is the property `id` of the React Flow nodes, but we should add a `data.href` and change it accordingly on the codebase. -- 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]
