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=f51630c4699f356e44010646db013ee585efc803;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 --- diff --git a/Open-ILS/src/extras/ils_events.xml b/Open-ILS/src/extras/ils_events.xml index 9f92944cc5..9ade3b79ed 100644 --- a/Open-ILS/src/extras/ils_events.xml +++ b/Open-ILS/src/extras/ils_events.xml @@ -933,6 +933,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 +