-
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
Allow multiple values for same key in mass import csv #5998
Conversation
@BartChris may I ask why this pull request is a draft? Is something missing from it? |
I would like to add tests - if possible - after #5961 is merged. |
I see, very good point. Would you mind reviewing #5961 ? |
Yes, i will look into it. |
d142f5e
to
b4e777f
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.
@BartChris Thanks a lot! Functionality works as described and code looks good (save for some very small nitpicks). Could you also rebase branch against the current master before I merge this pull request?
Kitodo/src/test/java/org/kitodo/production/services/catalogimport/MassImportTest.java
Outdated
Show resolved
Hide resolved
Kitodo/src/test/java/org/kitodo/production/services/catalogimport/MassImportTest.java
Outdated
Show resolved
Hide resolved
Kitodo/src/test/java/org/kitodo/production/services/data/ImportServiceIT.java
Outdated
Show resolved
Hide resolved
Kitodo/src/test/java/org/kitodo/production/services/data/ImportServiceIT.java
Outdated
Show resolved
Hide resolved
Kitodo/src/test/java/org/kitodo/production/services/data/ImportServiceIT.java
Outdated
Show resolved
Hide resolved
b4e777f
to
2a4b845
Compare
@BartChris thanks for implementing the change requests! Would you mind opening a corresponding pull request with the same fix against the 3.6.x branch (adjusted to the slightly different code base, if necessary)? |
@solth Yes, i will do it. |
fixes #5996