jomarko opened a new issue, #3935: URL: https://github.com/apache/incubator-kie-tools/issues/3935
This issue belongs to the epic https://github.com/apache/incubator-kie-tools/issues/3813. Without this issue the New SceSim editor can not be assumed as matured and Classic SceSim editor needs to be kept. ### Steps to reproduce 1. Please open `dmn-quarkus-example` project, use main branch (https://github.com/apache/incubator-kie-kogito-examples/tree/main/kogito-quarkus-examples/dmn-quarkus-example) 2. add `a.dmn` [1] and `b.dmn` [2] into `src/main/resources` 3. create new scesim file and try to set is as DMN scesim file for the `a.dmn` 4. if you keep the `autofill` checked, you will stuck on the home screen [3] 🔴 5. if you uncheck the `autofill`, you will get error screen [4] 🔴 [1] [a.dmn.txt](https://github.com/user-attachments/files/18702563/a.dmn.txt) [2] [b.dmn.txt](https://github.com/user-attachments/files/18702562/b.dmn.txt) [3]  [4]  ``` { "name": "TypeError", "message": "Cannot read properties of undefined (reading 'map')", "stack": "TypeError: Cannot read properties of undefined (reading 'map') at at (https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/jomarko/.vscode-server/extensions/kie-group.dmn-vscode-extension-0.0.0/dist/webview/NewTestScenarioEditorEnvelopeApp.js:2:10561730) at Zc.cached (https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/jomarko/.vscode-server/extensions/kie-group.dmn-vscode-extension-0.0.0/dist/webview/NewTestScenarioEditorEnvelopeApp.js:2:11219754) at Object.getDmnDataObjects (https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/jomarko/.vscode-server/extensions/kie-group.dmn-vscode-extension-0.0.0/dist/webview/NewTestScenarioEditorEnvelopeApp.js:2:10564837) at Object.getDataObjects (https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/jomarko/.vscode-server/extensions/kie-group.dmn-vscode-extension-0.0.0/dist/webview/NewTestScenarioEditorEnvelopeApp.js:2:10564738) at https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/jomarko/.vscode-server/extensions/kie-group.dmn-vscode-extension-0.0.0/dist/webview/NewTestScenarioEditorEnvelopeApp.js:2:10570276 at e (https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/jomarko/.vscode-server/extensions/kie-group.dmn-vscode-extension-0.0.0/dist/webview/NewTestScenarioEditorEnvelopeApp.js:2:2588974) at https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/jomarko/.vscode-server/extensions/kie-group.dmn-vscode-extension-0.0.0/dist/webview/NewTestScenarioEditorEnvelopeApp.js:2:2589179 at _ (https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/jomarko/.vscode-server/extensions/kie-group.dmn-vscode-extension-0.0.0/dist/webview/NewTestScenarioEditorEnvelopeApp.js:2:2588233) at n.useSyncExternalStoreWithSelector (https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/jomarko/.vscode-server/extensions/kie-group.dmn-vscode-extension-0.0.0/dist/webview/NewTestScenarioEditorEnvelopeApp.js:2:2589249) at https://vscode-remote+wsl-002bubuntu-002d24-002e04.vscode-resource.vscode-cdn.net/home/jomarko/.vscode-server/extensions/kie-group.dmn-vscode-extension-0.0.0/dist/webview/NewTestScenarioEditorEnvelopeApp.js:2:10542188" } ``` -- 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]
