removing batchCodesSelect
This commit is contained in:
@@ -5,6 +5,8 @@ class HistoDescrsProvider {
|
||||
.then(response => response.json())
|
||||
.then(histoDescrs => {
|
||||
histoDescrs.histograms.sort((histoDescr1, histoDescr2) => histoDescr1.batchcodes.length - histoDescr2.batchcodes.length);
|
||||
histoDescrs.histogram = histoDescrs.histograms[0].histogram;
|
||||
delete histoDescrs.histograms;
|
||||
return histoDescrs;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user