We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b06a75 + c8750b3 commit 2f3c708Copy full SHA for 2f3c708
graphql-server/src/schemas/custom.ts
@@ -483,6 +483,9 @@ async function updateSampleMetadataPromises(
483
// Ensure validator and label generator use latest status data added during validation
484
delete sampleManifest.status;
485
486
+ // Ensure importDate is updated by smile-server, not anywhere else
487
+ delete sampleManifest.importDate;
488
+
489
// Ensure isCmoSample is set in sample's 'additionalProperties' if not already present
490
if (sampleManifest.additionalProperties.isCmoSample == null) {
491
// For research samples, this ensures that they get sent to the label generator after
0 commit comments