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

Show full names of parent processes #3308

Closed matthias-ronge closed 4 years ago

matthias-ronge commented 4 years ago

In the display in the process list, when the child process is expanded, the names of the higher-level processes are truncated. The information is worthless like this, since the last characters in particular are decisive.

truncated names

Goal: The titles of the higher-level processes must be completely legible. If, for technical reasons, it is not possible to show the entire title, a tooltip should make it possible to see all of it.

solth commented 4 years ago

The tooltip has been added 5 days ago with #3287: https://github.com/kitodo/kitodo-production/blob/aecae3c22d7a54971349eefb5574542efae31f9b/Kitodo/src/main/webapp/WEB-INF/templates/includes/processes/processList.xhtml#L248 Maybe your code base is not up to date?