From 4d65ab58acb1c86d52d7954d62495cf458c44ed9 Mon Sep 17 00:00:00 2001 From: labkey-susanh Date: Tue, 14 Apr 2026 07:59:44 -0700 Subject: [PATCH] Issue 1051: Make sure to preserve audit comments for cross-type imports involving storage updates --- .github/pull_request_template.md | 4 ++-- experiment/src/org/labkey/experiment/ExpDataIterators.java | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 961f9495a36..8a67c0fb3b0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,6 @@ \ No newline at end of file +--> diff --git a/experiment/src/org/labkey/experiment/ExpDataIterators.java b/experiment/src/org/labkey/experiment/ExpDataIterators.java index 279503b3a82..a35242cb472 100644 --- a/experiment/src/org/labkey/experiment/ExpDataIterators.java +++ b/experiment/src/org/labkey/experiment/ExpDataIterators.java @@ -3167,6 +3167,8 @@ private TypeData createSampleHeaderRow(ExpSampleTypeImpl sampleType, Container c validFields.add("Storage Unit Label"); // For consistency with other storage fields that are imported without spaces in the names validFields.add("EnteredStorage"); + validFields.add("StorageComment"); // GH Issue 1051 + validFields.add("Storage Comment"); List fieldIndexes = new IntArrayList(); Map dependencyIndexes = new IntHashMap<>(); List header = new ArrayList<>();