Skip to content

Commit 7443b1a

Browse files
Merge 21.11 to develop
2 parents 75d3713 + 780527d commit 7443b1a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

snprc_ehr/resources/views/animalHistory.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
xtype: 'ldk-singlesubjectfiltertype',
1717
inputValue: LDK.panel.SingleSubjectFilterType.filterName,
1818
label: 'Single Animal',
19+
caseInsensitive: true,
1920
aliasTable: {
2021
schemaName: 'study',
2122
queryName: 'validIdAndAlias',
@@ -26,6 +27,7 @@
2627
xtype: 'ehr-multianimalfiltertype',
2728
inputValue: EHR.panel.MultiAnimalFilterType.filterName,
2829
label: EHR.panel.MultiAnimalFilterType.label,
30+
caseInsensitive: true,
2931
searchOptions: {
3032
room: false,
3133
cage: false,

snprc_ehr/test/src/org/labkey/test/tests/snprc_ehr/SNPRC_EHRTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ public void testAnimalHistoryReports()
780780
{
781781
goToAnimalHistory();
782782
SNPRCAnimalHistoryPage animalHistoryPage = new SNPRCAnimalHistoryPage(getDriver());
783-
animalHistoryPage.searchSingleAnimal("TEST1441142", "No active housing");
783+
animalHistoryPage.searchSingleAnimal("Test1441142", "No active housing");
784784
_helper.verifyAllReportTabs(animalHistoryPage);
785785
}
786786

0 commit comments

Comments
 (0)