Skip to content
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

The SQL Storage implementation doesn't populate all required data for SearchedVersions #1015

Closed
pabloromeo opened this issue Nov 17, 2020 · 1 comment
Labels
2.0.x type/bug Something isn't working

Comments

@pabloromeo
Copy link
Contributor

When using SQL Storage, fetching the versions in order to populate the UI dropdown fails to map and return the "version" property, causing it to list empty items in the dropdown, which can't be used to change versions since it causes an "undefined" in the URL path.

Uploading a new version causes this:
image

I've opened a PR which adds the mapping for the "version" property for SearchedVersions:
#1014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0.x type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants