adding "Select batchcode combination"

This commit is contained in:
frankknoll
2023-01-30 20:03:54 +01:00
parent 5c68f5f07c
commit 1501958fbd
3 changed files with 57 additions and 16 deletions

View File

@@ -142,7 +142,7 @@ class BatchCodeTableInitializer {
row.child(uiContainer).show();
tr.addClass('shown');
const batchcode = row.data()[thisClassInstance.#getColumnIndex('Batch')];
new HistogramView(uiContainer).displayHistogramsForBatchcode(batchcode);
new HistogramView(uiContainer).displayHistogramViewForBatchcode(batchcode);
}
});
}