From 45a5b74088cacd27ae44f382c07f656788d601c7 Mon Sep 17 00:00:00 2001 From: Marty Pradere Date: Sun, 20 Jul 2025 13:55:14 -0700 Subject: [PATCH 1/2] Link crawler fixes --- snprc_ehr/resources/views/ehrAdmin.html | 4 +- .../labkey/snprc_ehr/views/AnimalGroups.jsp | 28 ++++----- .../snprc_ehr/views/AnimalsHierarchy.jsp | 58 +++++++++---------- .../snprc_ehr/views/EditLookupTables.jsp | 4 +- .../test/tests/snprc_ehr/SNPRC_EHRTest.java | 8 +++ 5 files changed, 55 insertions(+), 47 deletions(-) diff --git a/snprc_ehr/resources/views/ehrAdmin.html b/snprc_ehr/resources/views/ehrAdmin.html index b98c12c28..719944e0b 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'}, diff --git a/snprc_ehr/src/org/labkey/snprc_ehr/views/AnimalGroups.jsp b/snprc_ehr/src/org/labkey/snprc_ehr/views/AnimalGroups.jsp index 4d5d332a4..f056db9ae 100644 --- a/snprc_ehr/src/org/labkey/snprc_ehr/views/AnimalGroups.jsp +++ b/snprc_ehr/src/org/labkey/snprc_ehr/views/AnimalGroups.jsp @@ -30,23 +30,23 @@ <% HtmlString contextPath = getContextPath(); %> - - + + - - - - - - - + + + + + + + - - - - + + + + - +