jomarko opened a new issue, #3770: URL: https://github.com/apache/incubator-kie-tools/issues/3770
We have interesting inconsistency of displaying strings in DMN runner output columns. There we use quotes for displaying strings. However these three DMN Runner places do not use quotes for strings: 1. dmn form view inputs 2. dmn form view outputs 3. dmn table view inputs Why is probably important to think about this 'incosistency', because we are going to reuse boxed-expression editor also for SceSim. it would be good if we have unified way of working with strings. what we currently do not have: 1. DMN boxed expression editor **requires** users to use quotes when typing strings 2. DMN Runner **does not require** users to use quotes when typing strings 3. SceSim editor **requires** users to use quotes when typing strings ### DMN Form view  ### DMN Table view  ### Steps to reproduce 1. open sandbox.kie.org and setup kie extended services to be able to execute dmn model 4. import this tmd model (remove .txt extension before importing) [string demos.dmn.txt](https://github.com/kiegroup/kie-issues/files/11498624/string.demos.dmn.txt) 5. run the model, compare form and tabular dmn runner view -- 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]
