]> 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 17:58:42 +0000 (12:58 -0500)
commit84c5f85907c823af8a8caf70e3f7dce3b005e86a
tree80bd0f7485f45555c730700451b74eab02ea49b8
parent39f558e3c81d4b9551b527bd5af56ab3666cc7e4
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