griffithlab / civic-client

Web client for CIViC: Clinical Interpretations of Variants in Cancer
MIT License
50 stars 28 forks source link

Download CSV is not working in Evidence grids #1566

Closed lsheta closed 3 years ago

lsheta commented 3 years ago

I'm able to select Download CSV for other grids (assertions, sources, variants, etc) under the Get Data option. Get Data appears in the evidence grid, but selecting Download CSV does not pull up the download page.

sfacista commented 3 years ago

I can confirm that I am having the same issue. I have tested in FireFox Version 83.0 (64-bit) & Google Chrome Version 87.0.4280.88 (Official Build) (64-bit).

The button points to the following script: ctrl.exportData() image

acoffman commented 3 years ago

@jmcmichael, Looking at the dev tools, this doesn't seem to be sending a server side request, so I'm guessing its a client side issue. Would you mind taking a look?

jmcmichael commented 3 years ago

We've got a fix for this, merged with PR #1572 and recently staged. It should be live sometime this week - sorry for the delay!