-
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
hotfix: fixed bug affecting sharing from the linelist page, and NCBI export. #1382
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 appears to have fixed the issues. Thanks!
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 good, just a minor change to the CHANGELOG.md and can you also update the version in build.gradle.kts
Description of changes
Sharing is failing on the current linelist page because when the samples are stored in sessionStorage the variable name was updated but I failed to update it here. This PR fixes this and adds testing to make sure it will be caught in the future.
Also remove extra
}
from cart page.Related issue
N/A
Checklist
Things for the developer to confirm they've done before the PR should be accepted:
User documentation updated for UI or technical changes.