From 5ba306697e8f88fdc1492b0fde717c896a562665 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 6 Dec 2018 13:29:29 -0500 Subject: [PATCH 1/1] LP 1833284: Option to send database id in LookupUser response Autographics can track users who change barcodes or have more than one barcode by using the user's unique ID. To implement this feature, we have added an option to return the user's unique database id instead of the barcode in the LookupUser response message. Autographics will use the database id to track the user on their side, and use the barcode that the patron entered in all other requests. The new option is lookupuser_send_database_id and can be activated in the patrons element of oils_ncip.xml. See the updated example for documentation comments. Signed-off-by: Jason Stephenson --- examples/oils_ncip.xml.example | 6 ++++++ lib/NCIP/ILS/Evergreen.pm | 12 ++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/examples/oils_ncip.xml.example b/examples/oils_ncip.xml.example index 95b240d..abe3c2e 100644 --- a/examples/oils_ncip.xml.example +++ b/examples/oils_ncip.xml.example @@ -96,6 +96,12 @@ configuration load times and still have the group name as a reminder to the person that edits the configuration. --> + +