Skip to content

Commit 51a67e7

Browse files
committed
Bugfix when changing ID during MCC transfer
1 parent d781e26 commit 51a67e7

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<customView xmlns="http://labkey.org/data/xml/queryCustomView" label="All Requests" canOverride="false">
2+
<columns>
3+
<column name="subjectname"/>
4+
<column name="externalAlias"/>
5+
<column name="otherNames"/>
6+
<column name="biosample_accession"/>
7+
<column name="container"/>
8+
</columns>
9+
<sorts>
10+
<sort column="subjectname" descending="true"/>
11+
</sorts>
12+
</customView>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Ext4.define('MCC.window.MarkShippedWindow', {
214214
schemaName: 'study',
215215
queryName: 'Demographics',
216216
rows: [{
217-
Id: newId,
217+
Id: row.Id, // NOTE: always change the original record
218218
excludeFromCensus: true
219219
}]
220220
});

0 commit comments

Comments
 (0)