[DMN-Editor] Prefix of imported file is used wrongly #436
Labels
area:dmn
Related to DMN
area:tools
Issues affecting Apache KIE tooling projects
type:bug
Something is behaving unexpectedly
There is a namespace error when using datatypes from an imported model. The attribute names are incorrectly showing the prefix of the type.
Assume we have a file that contains a data type:
That file is imported from another .dmn file, that consumes the data types:
Now in that file we create a decision, and specify the imported data type. We also give it some input:
If I open the
Edit
button on the decision, I am able to select an expression. I selectdecision table
:The input and output columns are filled automatically, but wrong:
As you can see, the attribute names are prefixed with the namespace of the imported file.
What I expected is this:
This clearly is a bug.
The text was updated successfully, but these errors were encountered: