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 b14dacc468e..96cd1f66a90 100644 --- a/experiment/src/org/labkey/experiment/ExpDataIterators.java +++ b/experiment/src/org/labkey/experiment/ExpDataIterators.java @@ -3165,6 +3165,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<>();