BD2KGenomics / brca-website-deprecated

This repo is deprecated! Please use https://github.com/BD2KGenomics/brca-exchange
Apache License 2.0
6 stars 9 forks source link

Toggling between All Data and Expert Reviewed breaks Expert Reviewed table until refresh #127

Closed strbean closed 7 years ago

strbean commented 8 years ago

To Reproduce

Toggle to All Data mode Click a variant Click to navigate back to the variants table Toggle to Expert Reviewed mode

Cause

The system for tracking filter options in All Data mode is very hacky. As it is, it updates the url with a list of all unselected database columns. This URL update is set to run after a 500ms timeout. The update isn't triggered upon toggling back to Expert Reviewed mode until the page is refreshed, the Variants page button is clicked, or the All Data dialog is brought up (?).

Relevant line in index.js