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

Remember sort order in task, user and project list #5391

Open thomaslow opened 1 year ago

thomaslow commented 1 year ago

Currently, when working with the task, user and project list only the pagination is preserved when editing something and going back to the respective list. This is achieved via an URL parameter keepPagination that is added when navigating to the task, user or project list page. With pull request #5358, a new mechanism was introduced (based on the Primefaces property multiViewState) that can be used to preserve both the sort order and pagination state.

This ticket proposes to apply these changes also to the task, user and project list.

Tasks

DevPJ9 commented 1 year ago

Hello, @thomaslow I would like to contribute.

solth commented 1 year ago

Hi @DevPJ9, welcome to Kitodo. Please feel free to open a pull request if you want to participate in the development of Kitodo.Production. You can some coding guidelines https://www.kitodo.org/fileadmin/groups/kitodo/Dokumente/Kitodo_Developer_Guidelines_2017-06.pdf