Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<!-- list of standard tasks (remove this comment to enable)
#### Tasks 📍
- [ ] Manual Testing
- [ ] Needs Automation
- [ ] Test Automation
- [ ] Verify Fix
-->
-->
2 changes: 2 additions & 0 deletions experiment/src/org/labkey/experiment/ExpDataIterators.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<Integer> fieldIndexes = new IntArrayList();
Map<Integer, String> dependencyIndexes = new IntHashMap<>();
List<String> header = new ArrayList<>();
Expand Down
Loading