-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fix for metadata uploader overwriting existing data #1489
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.
This definitely works as advertised. My only request is that you add a test to confirm the number of metadata fields on a sample pre and post file upload.
Please see 8911b5d. |
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.
This looks great. Double-check the failing test.
...acility/bioinformatics/irida/ria/integration/projects/ProjectSampleMetadataImportPageIT.java
Show resolved
Hide resolved
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.
Thanks for updating the test.
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.
Looks good to me!
Description of changes
Fixing a bug where using the metadata uploader deleted exiting sample metadata.
Related issue
Fixes #1488.
Checklist
Things for the developer to confirm they've done before the PR should be accepted:
[ ] User documentation updated for UI or technical changes.