LightGuard commented on PR #2805: URL: https://github.com/apache/incubator-kie-tools/pull/2805#issuecomment-2541557541
> @LightGuard The `dmn-editor-standalone-on-webapp/src` has 3 folders: `readOnly`, `stateControl`, and `withIncludedModels`. Each one of them has an `index.ts` file that loads the respective DMNs. I don't know the purpose of these PR DMNs, but if they are DMNs that don't have included models, I'd put them in the `stateControl` category. At the end of the `src/stateControl/index.ts` file you will have an `initFileLoader` method with the DMNs that will be loaded, add the new DMNs there if that is the case. You will need to tweak the `index.html` to add the buttons for the new DMNs. > > After your changes, please give it a try. The steps for building and starting are in the example README. Ah, got it. I was looking at the main index.ts file in src. That makes sense. Thanks! -- 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]
