-
Notifications
You must be signed in to change notification settings - Fork 52
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
NoMethodError for downloading Sample Types #2076
Comments
there isn't a download action for sample_types, the download route is through the content-blob for the template, i.e sample_type/:id/content_blobs/:id/download |
is the issue here that this information isn't available in the api json response ? |
When you click the download button, it also raises that error. This looks like a proper bug! |
OK. But I don't get a Download button for Sample types, just the Download link for a template which includes the content blob path Is this something specific to DataHub or is there an example on https://testing.sysmo-db.org ? Or could it be related to the sample type permission changes, giving a can_download? option ? |
would be good to fix this for 1.16.0 so updated the milestone |
Accessing
/sample_types/:id/download
raises a NoMethodError:The text was updated successfully, but these errors were encountered: