tiagobento opened a new issue, #2090: URL: https://github.com/apache/incubator-kie-issues/issues/2090
DMN 1.6 supports referencing required decision [1] using two styles: - with namespace in href `<requiredDecision href="http://www.example.org/Definitions01.xml#prebureauriskDec01"/>` - without namespace in href `<requiredDecision href="#prebureauriskDec01"/>` The problem is, when user starts to use namespace in href to reference node form the same file, the editor stop to display an edge between nodes. ### Steps to reproduce - Start KIE Sandbox locally (`packages/online-editor @ apache/incubator-kie-tools`) - Import this Gist: https://gist.github.com/tiagobento/368a169a2b7e2114c1184956e3d904b9 - Open both attached files and compere the displayed diagram ### Expected Diagram <img width="726" height="332" alt="Image" src="https://github.com/user-attachments/assets/291828bd-22f4-4f8f-9cd7-461912e5f49a" /> ### Not Expected Diagram <img width="722" height="360" alt="Image" src="https://github.com/user-attachments/assets/99ec4256-9dac-498c-acfa-a0e6dac64e6a" /> -- 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]
