Skip to content

Commit 476ac90

Browse files
committed
Bugfix to study import
1 parent 2b95f2f commit 476ac90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Studies/src/org/labkey/studies/StudiesManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ private Map<String,Object> studyToMap(StudyDefinition s)
225225
Map<String,Object> m = new HashMap<>();
226226
if (s.getRowId() != null)
227227
m.put("rowId", s.getRowId());
228-
m.put("name", s.getStudyName());
228+
m.put("studyName", s.getStudyName());
229229
m.put("label", s.getLabel());
230230
m.put("category", s.getCategory());
231231
m.put("description", s.getDescription());

0 commit comments

Comments
 (0)