[
https://issues.jboss.org/browse/DROOLS-3022?page=com.atlassian.jira.plugi...
]
Guilherme Carreiro updated DROOLS-3022:
---------------------------------------
Summary: [DMN Designer] Data Types - Validations - Validate the uniqueness and the
presence of a Data Type name (was: [DMN Designer] Data Types - Validations - Validate the
uniqueness of a Data Type name)
[DMN Designer] Data Types - Validations - Validate the uniqueness and
the presence of a Data Type name
------------------------------------------------------------------------------------------------------
Key: DROOLS-3022
URL:
https://issues.jboss.org/browse/DROOLS-3022
Project: Drools
Issue Type: Task
Components: DMN Editor
Reporter: Guilherme Carreiro
Assignee: Guilherme Carreiro
Labels: drools-tools
Attachments: validation.png
The Data Type name must be unique at the level that it's defined; e.g.
- tPerson
-- uuid
-- name
-- city (Structure)
--- uuid
--- name
The Data Type above is valid, because _tPerson.uuid_ and _tPerson.city.uuid_ are in
different levels.
----
Prototype:
!validation.png|thumbnail!
h2. Manaul Acceptance Test
- Try to put same name by Typing
- Try to put same name by Copy and paste
- Do not allow empty name
- Allow spaces in name
- Allow multibyte chars in name
- Allow special characters in name (?)
- Allow lower upper case in name
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)