Skip to content

Commit 9889b84

Browse files
committed
- Use the ID_COLUMN constant in QueryConstants.java.
- Renamed local wrapped column var name. - added offspring to the browse all datasets screen
1 parent 8431213 commit 9889b84

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)