Skip to content

Commit d8ae33b

Browse files
Merge 25.4 to develop
2 parents 06a8ddd + 942d47b commit d8ae33b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

WNPRC_EHR/src/org/labkey/wnprc_ehr/notification/ColonyAlertsNotificationRevamp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ private void getFoodDeprivesTodayAnimalUnassigned() {
14431443

14441444
// Filters data.
14451445
for (HashMap<String, String> result : unfilteredReturnArray) {
1446-
if (result.get("Id/activeAssignments/projects").contains(result.get("project"))) {
1446+
if (!result.get("Id/activeAssignments/projects").contains(result.get("project"))) {
14471447
filteredReturnArray.add(result);
14481448
}
14491449
}

WNPRC_EHR/src/org/labkey/wnprc_ehr/pages/calendars/OnCallCalendar.jsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@
119119
In the event of an injury or potential exposure occurring on the weekend that requires a trip the UW Hospital Emergency
120120
Department, contact<br>either the Colony Management Supervisor or the Veterinarian on-call, and they will contact the
121121
appropriate HR representative.
122+
<br>
123+
<b style='color:red;'>NOTE: HR contacts should be used only for emergencies during non-business hours.</b>
122124
<br><br>
123125
</div>
124126
</div>

0 commit comments

Comments
 (0)