Change #3778
Category | None |
Changed by | Mike Rylander <mrylander | @gmail.com>
Changed at | Thu 02 Feb 2017 15:35:50 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | db7600f7efcd5703097b7187a57c1a13711ec451 |
Comments
LP#1660059: Protect against null value in group field If a nullable event grouping field is configured, and a null value is indeed encountered when pulling together events, the Action/Trigger code will exit unceremoniously. To prevent this, we will now collect events with either a null grouping object or grouping field, and use a new batch invalidation API call to get rid of them as quickly as possible after group sorting is complete. Signed-off-by: Mike Rylander <mrylander@gmail.com> Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Changed files
- Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger.pm
- Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm