Skip to content

Commit 689a835

Browse files
Issue 1051: Fix up audit comments for cross-type imports and updates that update storage data (#7579)
1 parent 5999bb4 commit 689a835

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<!-- list of standard tasks (remove this comment to enable)
1111
#### Tasks 📍
1212
- [ ] Manual Testing
13-
- [ ] Needs Automation
13+
- [ ] Test Automation
1414
- [ ] Verify Fix
15-
-->
15+
-->

experiment/src/org/labkey/experiment/ExpDataIterators.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3165,6 +3165,8 @@ private TypeData createSampleHeaderRow(ExpSampleTypeImpl sampleType, Container c
31653165
validFields.add("Storage Unit Label");
31663166
// For consistency with other storage fields that are imported without spaces in the names
31673167
validFields.add("EnteredStorage");
3168+
validFields.add("StorageComment"); // GH Issue 1051
3169+
validFields.add("Storage Comment");
31683170
List<Integer> fieldIndexes = new IntArrayList();
31693171
Map<Integer, String> dependencyIndexes = new IntHashMap<>();
31703172
List<String> header = new ArrayList<>();

0 commit comments

Comments
 (0)