fix(series details) Fix Series details modal info table (#214)
This commit is contained in:
parent
85e21181a8
commit
6a5ff13624
@ -36,7 +36,7 @@ Template.seriesDetailsTable.onRendered(() => {
|
||||
// Get series list for the study
|
||||
_.map(studies, (selectedStudy, index) => {
|
||||
studies[index].seriesList = [];
|
||||
OHIF.studies.retrieveStudyMetadata(study => {
|
||||
OHIF.studies.retrieveStudyMetadata(selectedStudy.studyInstanceUid).then( study => {
|
||||
// Set series list
|
||||
studies[index].seriesList = study.seriesList;
|
||||
studies[index].displaySeriesLoadingText = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user