Skip to content

Commit 2d18306

Browse files
committed
Include dam/sire in MCC transfer
1 parent 8394d80 commit 2d18306

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mcc/resources/web/mcc/window/MarkShippedWindow.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Ext4.define('MCC.window.MarkShippedWindow', {
126126
schemaName: 'study',
127127
queryName: 'Demographics',
128128
filterArray: [LABKEY.Filter.create('lsid', lsid)],
129-
columns: 'Id,gender,colony,species,birth,death,center,Id/MostRecentDeparture/MostRecentDeparture,Id/mccAlias/externalAlias,calculated_status',
129+
columns: 'Id,gender,colony,species,birth,death,center,Id/MostRecentDeparture/MostRecentDeparture,Id/mccAlias/externalAlias,calculated_status,dam,sire',
130130
scope: this,
131131
failure: LDK.Utils.getErrorCallback(),
132132
success: function(results) {
@@ -169,6 +169,8 @@ Ext4.define('MCC.window.MarkShippedWindow', {
169169
species: row.species,
170170
birth: row.birth,
171171
death: row.death,
172+
dam: row.dam,
173+
sire: row.sire,
172174
colony: centerName,
173175
source: row.colony,
174176
calculated_status: 'Alive',

0 commit comments

Comments
 (0)