-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add list function for renaming media of multiple processes #5824
Add list function for renaming media of multiple processes #5824
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, some Codacy problems need to fix here and I have a few more questions about PR.
Kitodo/src/test/java/org/kitodo/production/services/file/FileServiceIT.java
Outdated
Show resolved
Hide resolved
Kitodo/src/test/java/org/kitodo/production/services/file/FileServiceIT.java
Outdated
Show resolved
Hide resolved
7d379b6
to
0415270
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for this implementation. It works on my machine!
- The wording of the error might need a slight adjustment.
Error (org.kitodo.exceptions.TooManyProcessesSelectedException): Die maximal erlaubte Anzahl an Vorgängen (1) für die Medienumbenennung wurde überschritten (2).
- The function of media renaming in the editor and the functions of this pull request should be included in the documentation at an appropriate location. I believe that by setting the authority, one might not be aware that there is an additional configuration option.
7c25459
to
c516746
Compare
c516746
to
e3ffd77
Compare
I have adjusted the message to avoid confusion. |
|
Fixes #5806