Taskana / taskana

Lightweight library for general purpose task management
https://taskana.pro
Apache License 2.0
92 stars 100 forks source link

Category of classifications should have the same order as in taskana.properties #2227

Closed arolfes closed 1 year ago

arolfes commented 1 year ago

The Items in the categories drop down should have the same order as the items in taskana.properties

Classification_Categories_Dropdown Classification_Categories_Dropdown_open

In the image above the ordering of categories is wrong because it is configured this way:

taskana.classification.categories.task=EXTERNAL| manual| autoMAtic| Process
taskana.classification.categories.document=EXTERNAL
arolfes commented 1 year ago

maybe it is enough to change the TaskanaConfiguration to return a List instead of a Set.