[jboss-jira] [JBoss JIRA] (DROOLS-3023) [DMN Designer] Data Types - Warnings - User must be warned when some operations affect other Data Types

Guilherme Carreiro (JIRA) issues at jboss.org
Mon Sep 24 09:32:00 EDT 2018


     [ https://issues.jboss.org/browse/DROOLS-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guilherme Carreiro updated DROOLS-3023:
---------------------------------------
    Description: 
1) When a Structure Data Type (with fields) is updated to a simple type (e.g. String, Number, Date, etc), a warn message must appear informing the user that the fields will be lost.

- tPerson
	-- uuid
	-- name
	-- city (Structure) <-- If this data type is updated to "String", the "uuid" and "name" fields will be lost.
		--- uuid
		--- name

----

2) When a Data Type is removed, a warn message must appear informing the user that data types with the removed type will be removed too.

- tCity <-- If the user removes this Data Type
	-- uuid
	-- name

- tPerson
	-- uuid
	-- name
	-- city (tCity) <-- This field will be removed too..
		--- uuid      <-- ..and consequently..
		--- name      <-- ..these two will be removed too.


  was:
1) When a Structure Data Type (with fields) is updated to a simple type (e.g. String, Number, Date, etc), a warn message must appear informing the user that the fields will be lost.

- tPerson
	-- uuid
	-- name
	-- city (Structure) <-- If this data type is updated to "String", the "uuid" and "name" fields will be lost.
		--- uuid
		--- name

2) When a Data Type is removed, a warn message must appear informing the user that data types with the removed type will be removed too.

- tCity <-- If the user removes this Data Type
	-- uuid
	-- name

- tPerson
	-- uuid
	-- name
	-- city (tCity) <-- This field will be removed too..
		--- uuid      <-- ..and consequently..
		--- name      <-- ..these two will be removed too.




> [DMN Designer] Data Types - Warnings - User must be warned when some operations affect other Data Types
> -------------------------------------------------------------------------------------------------------
>
>                 Key: DROOLS-3023
>                 URL: https://issues.jboss.org/browse/DROOLS-3023
>             Project: Drools
>          Issue Type: Task
>          Components: DMN Editor
>            Reporter: Guilherme Carreiro
>            Assignee: Guilherme Carreiro
>              Labels: drools-tools
>
> 1) When a Structure Data Type (with fields) is updated to a simple type (e.g. String, Number, Date, etc), a warn message must appear informing the user that the fields will be lost.
> - tPerson
> 	-- uuid
> 	-- name
> 	-- city (Structure) <-- If this data type is updated to "String", the "uuid" and "name" fields will be lost.
> 		--- uuid
> 		--- name
> ----
> 2) When a Data Type is removed, a warn message must appear informing the user that data types with the removed type will be removed too.
> - tCity <-- If the user removes this Data Type
> 	-- uuid
> 	-- name
> - tPerson
> 	-- uuid
> 	-- name
> 	-- city (tCity) <-- This field will be removed too..
> 		--- uuid      <-- ..and consequently..
> 		--- name      <-- ..these two will be removed too.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list