Skip to content

Commit c6c0029

Browse files
committed
commented out earliest housing registration to sort out test issue
1 parent 8431213 commit c6c0029

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

snprc_ehr/src/org/labkey/snprc_ehr/SNPRC_EHRModule.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ protected void doStartupAfterSpringConfig(ModuleContext moduleContext)
195195
EHRService.get().registerDemographicsProvider(new MhcSummaryDemographicsProvider(this));
196196
EHRService.get().registerDemographicsProvider(new LastHousingDemographicsProvider(this));
197197
EHRService.get().registerDemographicsProvider(new LastBcsDemographicsProvider(this));
198-
EHRService.get().registerDemographicsProvider(new EarliestHousingDemographicsProvider(this));
198+
199+
// Commented out until we need to add the EarliestHousing to the snapshot view. tjh
200+
//EHRService.get().registerDemographicsProvider(new EarliestHousingDemographicsProvider(this));
199201

200202
EHRService.get().registerReportLink(EHRService.REPORT_LINK_TYPE.housing, "Find Animals Housed In A Given Room/Cage At A Specific Time", this, DetailsURL.fromString("/ehr-housingOverlaps.view?groupById=1"), "Commonly Used Queries");
201203
EHRService.get().registerReportLink(EHRService.REPORT_LINK_TYPE.animalSearch, "Population Summary By Species, Gender and Age", this, DetailsURL.fromString("/query-executeQuery.view?schemaName=study&query.queryName=colonyPopulationByAge"), "Other Searches");

0 commit comments

Comments
 (0)