GAMariaF / fullFres

Database med import/eksportmuligheter og GUI for tolkning av sekvensvarianter fra tumorsekvensering
MIT License
3 stars 0 forks source link

Wrong variant shown in infomodal #46

Closed GAMariaF closed 2 years ago

GAMariaF commented 2 years ago

When sorting in http://172.16.0.3:8080/variants/22SKC01033 the wrong variant is shown in infomodal

oyvindbusk commented 2 years ago

tabell-index oppdateres ikke når man sorterer med den innebygde sorteringen i tabellen

oyvindbusk commented 2 years ago

Fixed by adding this line in the openInfoModal-function: index = this.variants.indexOf(item);