Describe the bug
There seems to be no validation for a duplicate process title happening when i use the standard way to create a new process using the CreateProcess form.
Kitodo configuration seems is correct
# Configure whether each process needs to have a unique title or not
uniqueProcessTitles=true
When checking the code in importProcessHierarchy i see no call of processTempProcess where this validation would take place.
Describe the bug There seems to be no validation for a duplicate process title happening when i use the standard way to create a new process using the CreateProcess form.
Kitodo configuration seems is correct
When checking the code in
importProcessHierarchy
i see no call ofprocessTempProcess
where this validation would take place.https://github.com/kitodo/kitodo-production/blob/74b76be07a672701faec2da329932fd4283e6af1/Kitodo/src/main/java/org/kitodo/production/services/data/ImportService.java#L506
https://github.com/kitodo/kitodo-production/blob/74b76be07a672701faec2da329932fd4283e6af1/Kitodo/src/main/java/org/kitodo/production/services/data/ImportService.java#L1171
To Reproduce Steps to reproduce the behavior:
Expected behavior It should not be possible to create processes with duplicate titles, when the configuration disallows that.
Release Kitodo 3.7.1, Master