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 download button doesn't disappear based on the eval endpoint #1502

Open
JMante1 opened this issue Jun 1, 2022 · 2 comments
Open

The download button doesn't disappear based on the eval endpoint #1502

JMante1 opened this issue Jun 1, 2022 · 2 comments
Assignees

Comments

@JMante1
Copy link
Contributor

JMante1 commented Jun 1, 2022

At the moment for download plugins the download button doesn't disappear based on the eval endpoint. E.g. for sbol2excel.synbiohub.org it appears on component def pages even though it should only appear on collection pages. This leads to endless wait for a download as it won't send a run request.

@cjmyers
Copy link
Collaborator

cjmyers commented Jun 1, 2022

I've poked around a bit, and I cannot figure out how this is supposed to work. The download plugins are created here:

}).then(plugins.getDownloadPlugins)

However, I cannot find how the evaluate endpoint gets called and the download buttons updated.

@3ach Do you recall how the evaluate button update is implemented?

@3ach
Copy link
Collaborator

3ach commented Jun 2, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants