]> git.evergreen-ils.org Git - Evergreen.git/commit
CStoreEditor auto-activity log redaction
authorBill Erickson <berick@esilibrary.com>
Fri, 2 Nov 2012 19:28:27 +0000 (15:28 -0400)
committerBill Erickson <berick@esilibrary.com>
Thu, 8 Nov 2012 18:03:58 +0000 (13:03 -0500)
commit11c87c4f6a47bbfdc85640bc9aead9e542ee3aaf
treecbab0a016946b444d783c8c46b8784931243302e
parenta5fcc2b69f605b21a382ccfdadeb9c40b90ce2fa
CStoreEditor auto-activity log redaction

CStoreEditor logs all update calls to the activity log as key/value
pairs on the updated object.  Avoid loging key/value pairs for objects
when the API call being relayed by CStoreEditor is on the list of
log-protect API calls.  Instead, log "**DETAILS REDACTED**".

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/Utils/CStoreEditor.pm