From d3da01dbe1a24a018f1bd05a45c35fee2866cf38 Mon Sep 17 00:00:00 2001 From: Marty Pradere Date: Wed, 16 Jul 2025 06:27:06 -0700 Subject: [PATCH 1/5] test exception --- .../org/labkey/test/tests/snprc_ehr/SNPRC_EHRTest.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/snprc_ehr/test/src/org/labkey/test/tests/snprc_ehr/SNPRC_EHRTest.java b/snprc_ehr/test/src/org/labkey/test/tests/snprc_ehr/SNPRC_EHRTest.java index a3f2031a..98a95741 100644 --- a/snprc_ehr/test/src/org/labkey/test/tests/snprc_ehr/SNPRC_EHRTest.java +++ b/snprc_ehr/test/src/org/labkey/test/tests/snprc_ehr/SNPRC_EHRTest.java @@ -267,6 +267,14 @@ protected void importStudy() importFolderFromPath(++_pipelineJobCount); } + @Override + protected List skipLinksForValidation() + { + List links = new ArrayList<>(super.skipLinksForValidation()); + links.add("snprc_ehr-BirthReport.view"); + return links; + } + protected void initSND() { goToProjectHome(); From 8f83b717050c2c1d08e3ad3755b950cb30748597 Mon Sep 17 00:00:00 2001 From: Marty Pradere Date: Wed, 16 Jul 2025 06:27:28 -0700 Subject: [PATCH 2/5] Remove unused lookups --- snprc_ehr/src/org/labkey/snprc_ehr/views/EditLookupTables.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snprc_ehr/src/org/labkey/snprc_ehr/views/EditLookupTables.jsp b/snprc_ehr/src/org/labkey/snprc_ehr/views/EditLookupTables.jsp index d921018c..fdea7db7 100644 --- a/snprc_ehr/src/org/labkey/snprc_ehr/views/EditLookupTables.jsp +++ b/snprc_ehr/src/org/labkey/snprc_ehr/views/EditLookupTables.jsp @@ -93,8 +93,8 @@ {queryName: 'drug_categories', schemaName: 'ehr_lookups', title: 'Drug Categories'}, {queryName: 'conc_units', schemaName: 'ehr_lookups', title: 'Drug Concentration Units'}, {queryName: 'dosage_units', schemaName: 'ehr_lookups', title: 'Drug Dosage Units'}, - {queryName: 'ValidDSGroup', schemaName: 'ehr_lookups', title: 'Diagnosis Groups'}, - {queryName: 'ValidDXList', schemaName: 'ehr_lookups', title: 'Diagnosis Lists'}, + // {queryName: 'ValidDSGroup', schemaName: 'ehr_lookups', title: 'Diagnosis Groups'}, + // {queryName: 'ValidDXList', schemaName: 'ehr_lookups', title: 'Diagnosis Lists'}, {queryName: 'volume_units', schemaName: 'ehr_lookups', title: 'Drug Volume Units'}, //{queryName: 'drug_defaults', schemaName: 'ehr_lookups', title: 'Drug Default Values'}, {queryName: 'routes', schemaName: 'ehr_lookups', title: 'Drug Routes'}, From bc73e046321acf5d7a7cfb73c6fd4183eb840617 Mon Sep 17 00:00:00 2001 From: Marty Pradere Date: Wed, 16 Jul 2025 06:27:50 -0700 Subject: [PATCH 3/5] Fix a couple broken links --- snprc_ehr/resources/views/ehrAdmin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snprc_ehr/resources/views/ehrAdmin.html b/snprc_ehr/resources/views/ehrAdmin.html index b98c12c2..719944e0 100644 --- a/snprc_ehr/resources/views/ehrAdmin.html +++ b/snprc_ehr/resources/views/ehrAdmin.html @@ -20,8 +20,8 @@ {name: 'Set EHR Module Properties', url: '<%=contextPath%><%=containerPath%>/core-modulePropertyAdmin.view?moduleName=EHR'}, {name: 'Configure SSRS Properties', url: '<%=contextPath%><%=containerPath%>/snprc_ehr-ssrsConfig.view'}, {name: 'Update Study QCStates', url: '<%=contextPath%><%=containerPath%>/ehr-ensureQCStates.view'}, - {name: 'Verify Dataset Resources', url: '<%=contextPath%><%=containerPath%>/ehr-verifyDatasetResources.view}'}, - {name: 'Verify Dataset Columns', url: '<%=contextPath%><%=containerPath%>/snprc_ehr-validateDataSetCols.view'}, + {name: 'Verify Dataset Resources', url: '<%=contextPath%><%=containerPath%>/ehr-verifyDatasetResources.view'}, + {name: 'Verify Dataset Columns', url: '<%=contextPath%><%=containerPath%>/ehr-validateDataSetCols.view'}, {name: 'Verify EHR Schema Indexes Are Compressed', url: '<%=contextPath%><%=containerPath%>/ehr-ensureEHRSchemaIndexes.view'}, {name: 'Cache Demographics On All Living Animals', url: '<%=contextPath%><%=containerPath%>/ehr-cacheLivingAnimals.view'}, {name: 'Cache Demographics On All Animals', url: '<%=contextPath%><%=containerPath%>/ehr-cacheLivingAnimals.view?includeAll=true'}, From 6520cd912338d9dcde4f34ae87b9345e55d561ec Mon Sep 17 00:00:00 2001 From: Marty Pradere Date: Wed, 16 Jul 2025 06:28:07 -0700 Subject: [PATCH 4/5] CSP updates --- .../snprc_ehr/views/AnimalsHierarchy.jsp | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/snprc_ehr/src/org/labkey/snprc_ehr/views/AnimalsHierarchy.jsp b/snprc_ehr/src/org/labkey/snprc_ehr/views/AnimalsHierarchy.jsp index f2628467..af5b6af4 100644 --- a/snprc_ehr/src/org/labkey/snprc_ehr/views/AnimalsHierarchy.jsp +++ b/snprc_ehr/src/org/labkey/snprc_ehr/views/AnimalsHierarchy.jsp @@ -44,36 +44,36 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + +