danielzhe opened a new issue, #2183:
URL: https://github.com/apache/incubator-kie-issues/issues/2183

   In DMN models, when a required decision is referenced using a full namespace 
in the href attribute, the expression editor fails to offer autocompletion for 
that decision.
   
   For example, using:
   eg. `<requiredDecision 
href="http://www.example.org/Definitions01.xml#prebureauriskDec01"/>`
   will prevent `prebureauriskDec01` from appearing in autocompletion 
suggestions.
   However, if the same decision is referenced without a namespace:
   eg. `<requiredDecision href="#prebureauriskDec01"/>`
   then autocompletion works correctly.
   
   This issue only affects references within the same DMN model.
   
   When users include a namespace in the href to reference a decision inside 
the same file, the editor does not recognize it for autocompletion.
   
   


-- 
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]

Reply via email to