jomarko opened a new issue, #3725: URL: https://github.com/apache/incubator-kie-tools/issues/3725
Using new context expression editor, user can create multiple context entries simply by pasting copied cells from other spreadsheet tools or DMN Editor itself. The issue is currently, that generated context entries, have duplicated names. Like imagine you copied column with four rows. Then the final Context Expression entries will be named like: - ContextEntry-1 - ContextEntry-2 - ContextEntry-2 - ContextEntry-2 While expected is to have names: - ContextEntry-1 - ContextEntry-2 - ContextEntry-3 - ContextEntry-4 ```[tasklist] ### Acceptance criteria: - [ ] Add acceptance criteria here ``` -- 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]
