From cdec20e299da3a5019c02f21daaef06caec84589 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Tue, 19 May 2020 15:10:34 -0400 Subject: [PATCH] LP#1879983: Predefined ILS Events to alert the UI This commit defines events that might be sent to UIs in the case of exceptional circumstances: * CURBSIDE_NOT_ALLOWED (i.e., if the circ.curbside library setting is not enabled for a given pickup library.) * CURBSIDE_MAX_FOR_TIME (i.e., if all of the available slots for a given appointment time have been scheduled.) * CURBSIDE_EXISTS (i.e., if one is attempting to create a new open curbside appointment for a patron and pickup library when one already exists.) Sponsored-by: PaILS Signed-off-by: Mike Rylander Signed-off-by: Galen Charlton Signed-off-by: Michele Morgan --- Open-ILS/src/extras/ils_events.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Open-ILS/src/extras/ils_events.xml b/Open-ILS/src/extras/ils_events.xml index cc0d3f846b..ce36cc6d81 100644 --- a/Open-ILS/src/extras/ils_events.xml +++ b/Open-ILS/src/extras/ils_events.xml @@ -938,6 +938,15 @@ Circulation has no more auto-renewals remaining + + Curbside pickup is not enabled for this location + + + Maximum scheduled curbside pickups at the requested time + + + A scheduled, unfilled curbside request already exists + -- 2.43.2