Skip to content

Commit 4546771

Browse files
committed
Store source colony
1 parent 51c7d03 commit 4546771

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

GenotypeAssays/resources/web/genotypeassays/window/PublishResultsWindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Ext4.define('GenotypeAssays.window.PublishResultsWindow', {
100100
});
101101
}, this);
102102

103-
if (results.length == 1){
103+
if (results.length === 1){
104104
field.setValue(results[0].id);
105105
}
106106
field.setDisabled(false);

mcc/resources/web/mcc/panel/MccImportPanel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ Ext4.define('MCC.panel.MccImportPanel', {
903903
QCStateLabel: 'Completed',
904904
QCState: null,
905905
date: dateVal,
906+
colony: f.sourceRecord.colony,
906907
destination: otherVal
907908
});
908909
} else {

0 commit comments

Comments
 (0)