kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
62 stars 63 forks source link

Sort process list by default #3299

Closed matthias-ronge closed 4 years ago

matthias-ronge commented 4 years ago

By default, the process list is not sorted by anything.

Goal: By default, the process list is sorted, e.g. by ID.

solth commented 4 years ago

The process list should already be sorted by ID: process_list_sorting

You can verify this in the available preview system. The corresponding line in the code is here: https://github.com/kitodo/kitodo-production/blob/d379ef38d29067fcf3d103d0b6acafa22917b3e3/Kitodo/src/main/webapp/WEB-INF/templates/includes/processes/processList.xhtml#L31

matthias-ronge commented 4 years ago

I can confirm that it works the way it should. I close this ticket as done.