]
Michael Anstis updated DROOLS-2364:
-----------------------------------
Sprint: 2018 Week 09-10
[DMN Editor] Cannot embed a Decision Table in a Function
--------------------------------------------------------
Key: DROOLS-2364
URL:
https://issues.jboss.org/browse/DROOLS-2364
Project: Drools
Issue Type: Bug
Components: DMN Editor
Reporter: Michael Anstis
Assignee: Michael Anstis
An error ("Uncaught error on client side: Condition 'headerMetaData has at least
one entry' is invalid!") is thrown when trying to nest a Decision Table in a
Function. This is because a {{FunctionDefinition}} does not implement {{HasName}} and
therefore it is not possible to construct an {{OutputClause}} column.
Need to add a different type of non-editable {{HeaderMetaData}} in these scenarios.