From 25cfda492f3c86d801b4a193b62d91fb6b2b5f52 Mon Sep 17 00:00:00 2001 From: Binal Patel Date: Tue, 9 Dec 2025 09:57:09 -0800 Subject: [PATCH] Test failure fix related to query validation during folder import (#907) * Add an extensible column 'billing_contact_info' and 'institution' to the aliases table template. * Test update to include cols --- .../org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java | 3 +++ .../resources/domain-templates/ehr_billing.template.xml | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java b/WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java index cc2d23399..48de194e1 100644 --- a/WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java +++ b/WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java @@ -1843,16 +1843,19 @@ private void checkGrantAccountsColumns(String linkText) "contact_name", "contact_phone", "contact_email", + "institution", "address", "city", "state", "zip", + "billing_contact_info", "comments", "po_number", "po_amount", "charge_grant_accounts_id", "uw_fund", "uw_account", + "spend_category", "uw_udds", "uw_class_code", "grant_period_end", diff --git a/wnprc_billing/resources/domain-templates/ehr_billing.template.xml b/wnprc_billing/resources/domain-templates/ehr_billing.template.xml index a8bc76b86..7c575be4c 100644 --- a/wnprc_billing/resources/domain-templates/ehr_billing.template.xml +++ b/wnprc_billing/resources/domain-templates/ehr_billing.template.xml @@ -44,6 +44,10 @@ string 50 + + string + 50 + string 255 @@ -60,6 +64,10 @@ string 10 + + string + 10 + string