[JBoss JIRA] (DROOLS-3049) [DMN Designer] NameAndDataTypeEditorViewImpl needs to hide if the User navigates to the Data Type dialog
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3049?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro reassigned DROOLS-3049:
------------------------------------------
Assignee: Guilherme Carreiro (was: Michael Anstis)
> [DMN Designer] NameAndDataTypeEditorViewImpl needs to hide if the User navigates to the Data Type dialog
> ---------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3049
> URL: https://issues.jboss.org/browse/DROOLS-3049
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.12.0.Final
> Reporter: Michael Anstis
> Assignee: Guilherme Carreiro
> Priority: Minor
>
> The {{NameAndDataTypeEditorViewImpl}} contains a link to the "Data Type Dialog". When this is clicked on the dialog is displayed and the _source_ {{Popover}} remains visible. When the User clicks on the dialog a mouse event is detected that is not _over_ the {{Popover}} and it closes. The proposal is to close the {{Popover}} if the User clicks on the link to the "Data Type Dialog".
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3384) [DMN Designer] DMN Editor Index
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3384?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-3384:
---------------------------------------
Description:
This JIRA aims to cover all tasks related to interactions between DMN files.
The Import Feature introduces scenarios that couples DMN files to each other. See these two DMN files:
{quote}*file1.dmn*
- Person (Structure)
-- name (Text)
-- age (Number){quote}
{quote}*file2.dmn*
- Order (Structure)
-- price (Number)
-- product (Text)
-- salesman (file1.Person)
-- buyer (file1.Person){quote}
Notice that the user cannot delete the "file1.dmn", because it is referenced by the "file2.dmn".
Other scenarios:
- How to handle DMN files from {{kjars}}?
- Is the user allowed to rename the Data Type "Person"?
- Is the user allowed to remove the Data Type "Person"?
was:
This JIRA aims to cover all tasks related to interactions between DMN files.
The Import Feature introduces scenarios that couples DMN files to each other. See these two DMN files:
{quote}*file1.dmn*
- Person (Structure)
-- name (Text)
-- age (Number){quote}
{quote}*file2.dmn*
- Order (Structure)
-- price (Number)
-- salesman (file1.Person)
-- buyer (file1.Person){quote}
Notice that the user cannot delete the "file1.dmn", because it is referenced by the "file2.dmn".
Other scenarios:
- How to handle DMN files from {{kjars}}?
- Is the user allowed to rename the Data Type "Person"?
- Is the user allowed to remove the Data Type "Person"?
> [DMN Designer] DMN Editor Index
> -------------------------------
>
> Key: DROOLS-3384
> URL: https://issues.jboss.org/browse/DROOLS-3384
> Project: Drools
> Issue Type: Feature Request
> Components: DMN Editor
> Reporter: Guilherme Carreiro
> Assignee: Guilherme Carreiro
> Priority: Minor
> Labels: drools-tools
>
> This JIRA aims to cover all tasks related to interactions between DMN files.
> The Import Feature introduces scenarios that couples DMN files to each other. See these two DMN files:
> {quote}*file1.dmn*
> - Person (Structure)
> -- name (Text)
> -- age (Number){quote}
> {quote}*file2.dmn*
> - Order (Structure)
> -- price (Number)
> -- product (Text)
> -- salesman (file1.Person)
> -- buyer (file1.Person){quote}
> Notice that the user cannot delete the "file1.dmn", because it is referenced by the "file2.dmn".
> Other scenarios:
> - How to handle DMN files from {{kjars}}?
> - Is the user allowed to rename the Data Type "Person"?
> - Is the user allowed to remove the Data Type "Person"?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months