[jboss-jira] [JBoss JIRA] (DROOLS-3259) [DMN Designer] `inputData` and `variable` must have the name value in the attribute `name`
Guilherme Carreiro (Jira)
issues at jboss.org
Tue Nov 6 13:18:00 EST 2018
[ https://issues.jboss.org/browse/DROOLS-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guilherme Carreiro updated DROOLS-3259:
---------------------------------------
Description:
When the user persists the following diagram:
!diagram.png|thumbnail!
..with the following Decision Table:
!dtable.png|thumbnail!
.. the {{inputData}} and {{variable}} tags don't have the same {{name}} value in the attribute {{name}}, see:
{quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
<dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="" typeRef="string"></dmn:variable>{quote}
The expected behaviour is this:
{quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
<dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="Country" typeRef="string"></dmn:variable>{quote}
was:
When the user persists the following diagram:
!diagram.png|thumbnail!
..with the following Decision Table:
!dtable.png|thumbnail!
.. the `inputData` and `variable` don't have the same name value in the attribute `name`, see:
{quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
<dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="" typeRef="string"></dmn:variable>{quote}
The expected behaviour is this:
{quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
<dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="Country" typeRef="string"></dmn:variable>{quote}
> [DMN Designer] `inputData` and `variable` must have the name value in the attribute `name`
> ------------------------------------------------------------------------------------------
>
> Key: DROOLS-3259
> URL: https://issues.jboss.org/browse/DROOLS-3259
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: diagram.png, dtable.png
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> .. the {{inputData}} and {{variable}} tags don't have the same {{name}} value in the attribute {{name}}, see:
> {quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
> <dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="" typeRef="string"></dmn:variable>{quote}
> The expected behaviour is this:
> {quote}<dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
> <dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="Country" typeRef="string"></dmn:variable>{quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list