[
https://issues.jboss.org/browse/DROOLS-2841?page=com.atlassian.jira.plugi...
]
Jozef Marko commented on DROOLS-2841:
-------------------------------------
[~manstis] just partially I think, it assumes Upper/Lower case during sorting, so lets say
names A, B, C, b will be sorted as:
# A
# B
# C
# b
However I would expect something more similar to:
# A
# b
# B
# C
[DMN Designer] Sort item definitions of the model
-------------------------------------------------
Key: DROOLS-2841
URL:
https://issues.jboss.org/browse/DROOLS-2841
Project: Drools
Issue Type: Task
Components: DMN Editor
Affects Versions: 7.10.0.Final
Reporter: Jozef Marko
Assignee: Guilherme Carreiro
Priority: Major
Labels: drools-tools
The DMN model file can contain custom item definitions. These are then shown in the data
type picker dialog. Currently these definitions are not sorted in the dialog. We should
sort them and their attributes alphabetically (a -> z).
Possibility to change key for sorting shouldn't be implemented. If such requirement
appears in future, will be implemented in separate jira.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)