Skip to content

Commit 115c240

Browse files
authored
update folder type (#227)
1 parent ba9f85f commit 115c240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viscstudies/src/org/labkey/viscstudies/ViscStudyFolderType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public ViscStudyFolderType(Module module)
5151
super("CAVD Study", "A folder type to store vaccine studies performed for the Gates Foundation-funded CAVD",
5252
null,
5353
Arrays.asList(Portal.getPortalPart("Study Protocol Summary").createWebPart()),
54-
getDefaultModuleSet(module, getModule("Experiment"), getModule("Study"), getModule("Pipeline")),
54+
getDefaultModuleSet(module, getModule("Experiment"), getModule("Study"), getModule("Pipeline"), getModule("StudyDesign")),
5555
getModule("Study"));
5656
}
5757

0 commit comments

Comments
 (0)