From: Mike Rylander Date: Tue, 19 May 2020 19:10:34 +0000 (-0400) Subject: LP#1879983: Predefined ILS Events to alert the UI X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cdec20e299da3a5019c02f21daaef06caec84589;p=working%2FEvergreen.git 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 --- 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 +