You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Process titles in Kitodo.Production are not allowed to contain white spaces or other non-alphanumerical special characters apart from underscore ("_") and hyphen ("-") because the process title is used as a folder name during export. These constraints are validated when editing a process (see first screenshot below). However, the same rules are not enforced when creating a process. This leads to processes with invalid titles that can (and will) produce errors during export. (second screenshot)
To Reproduce
Steps to reproduce the behavior:
Create a process using the "New process" form
Manually enter a process title containing spaces
Save the new process
See the invalid process title
Expected behavior
The process title rules should be checked during process creation as well.
Screenshots
Invalid process titles are prevented when editing a process:
Invalid process titles are NOT prevented when creating a process:
Release
Current master (3.7.0-SNAPSHOT) and all versions of 3.6.x
The text was updated successfully, but these errors were encountered:
Describe the bug
Process titles in Kitodo.Production are not allowed to contain white spaces or other non-alphanumerical special characters apart from underscore ("
_
") and hyphen ("-
") because the process title is used as a folder name during export. These constraints are validated when editing a process (see first screenshot below). However, the same rules are not enforced when creating a process. This leads to processes with invalid titles that can (and will) produce errors during export. (second screenshot)To Reproduce
Steps to reproduce the behavior:
Expected behavior
The process title rules should be checked during process creation as well.
Screenshots
![Bildschirmfoto 2024-04-29 um 14 05 47](https://private-user-images.githubusercontent.com/19183925/326430293-f8d5fce2-a226-4888-8d35-477f75464dab.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDg5MDIsIm5iZiI6MTczODk0ODYwMiwicGF0aCI6Ii8xOTE4MzkyNS8zMjY0MzAyOTMtZjhkNWZjZTItYTIyNi00ODg4LThkMzUtNDc3Zjc1NDY0ZGFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE3MTY0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZhZDUzZGM1NTZkMzI5ZmU2ZWVkM2JlZGEyN2UyMzAwMTIxNDZkMDQ4ODMxMWUxZTQ5MzY5MzRmNThkNjM0MjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.z-ZKM0dF6mbUacVjjY4lcVNRGg-Tk6bG_bayKyTU0WU)
Invalid process titles are prevented when editing a process:
Invalid process titles are NOT prevented when creating a process:
![Bildschirmfoto 2024-04-29 um 14 06 59](https://private-user-images.githubusercontent.com/19183925/326430463-e77d6fad-6fed-4e81-ba0f-ccb206582577.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDg5MDIsIm5iZiI6MTczODk0ODYwMiwicGF0aCI6Ii8xOTE4MzkyNS8zMjY0MzA0NjMtZTc3ZDZmYWQtNmZlZC00ZTgxLWJhMGYtY2NiMjA2NTgyNTc3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE3MTY0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY2MzcwMGZkZGY3NTQwMDYzMDZiYzM0YzMyZDllYWM5NmZmNWNjOTgyYjM2NTU0NjgwYzRiZjVlOGNhMGQyODMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.G3j7Vbi6sn77PVO53pvsDrlIiuJLcBUyvXtm-f8iGRQ)
Release
Current master (3.7.0-SNAPSHOT) and all versions of 3.6.x
The text was updated successfully, but these errors were encountered: