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
58 stars 64 forks source link

Enriching the metada with the process title is not supported in mass import #6081

Open BartChris opened 1 month ago

BartChris commented 1 month ago

Is your feature request related to a problem? Please describe. There is a feature which allows to enrich metadata fields with the process title. It was implemented in the following PR: https://github.com/kitodo/kitodo-production/pull/5623 This does however not work during mass import as the required logic only gets called in the case of a normal process creation, when saveProcessHierarchyMetadata is called:

https://github.com/kitodo/kitodo-production/blob/9d7b4b85b460f534608088031926e8777dd0dd0d/Kitodo/src/main/java/org/kitodo/production/forms/createprocess/CreateProcessForm.java#L622-L634

Describe the solution you'd like After the problems with the current enrichment of metadata with the process title (see: https://github.com/kitodo/kitodo-production/issues/6024) are solved, this feature should also be usable in case of a mass import.