Skip to content

Commit a175b55

Browse files
committed
Bugfix MCC shipped window
1 parent c88500d commit a175b55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Ext4.define('MCC.window.MarkShippedWindow', {
7171
itemId: 'targetFolder',
7272
allowBlank: false,
7373
displayField: 'Name',
74-
valueField: 'EntityId',
74+
valueField: 'Path',
7575
triggerAction: 'all',
7676
queryMode: 'local',
7777
forceSelection: true,
@@ -171,8 +171,9 @@ Ext4.define('MCC.window.MarkShippedWindow', {
171171
death: row.death,
172172
colony: centerName,
173173
source: row.colony,
174-
calculated_status: row.calculated_status,
174+
calculated_status: 'Alive',
175175
skipMccAliasCreation: true,
176+
QCState: null,
176177
QCStateLabel: 'Completed',
177178
objectId: null
178179
}]

0 commit comments

Comments
 (0)