jomarko opened a new issue, #2097: URL: https://github.com/apache/incubator-kie-issues/issues/2097
1. open some kogito-example project and add jbpm-quarkus-devui dependency if not present already. 2 run "mvn clean package" or "mvn clean install" in the project 3. generate forms using VSCode extension "Generate form code for User Tasks" for your project 5. Choose "Patternfly" 6. Follow the next steps. Forms should be generated in the "src/main/resources/custom-forms-dev" folder 7. Start the project in dev mode to check the forms. a. "mvn clean quarkus:dev" or for some projects "mvn clean quarkus:dev -Pdevelopment" 8. Open the [http://localhost:8080/q/dev-ui/](http://localhost:8080/q/dev-ui/org.jbpm.jbpm-quarkus-devui) URL 9. Open the "Forms" tab, and change some of the Form field names, pressing the Save buttom to persist your changes. **Actual behavior:** getting error: The form couldn't be saved. **Expected behavior:** Form need to be saved without any errors. This error appear in console: <img width="1666" height="849" alt="Image" src="https://github.com/user-attachments/assets/9f500b0a-b489-47b8-b7e2-0a3a4386453b" /> -- 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]
