From: Galen Charlton Date: Fri, 19 May 2017 02:38:33 +0000 (-0400) Subject: LP1574141: add release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fgmcharlt%2Flp1574141_signoff;p=working%2FEvergreen.git LP1574141: add release notes Signed-off-by: Galen Charlton --- diff --git a/docs/RELEASE_NOTES_NEXT/API/Batch_contact_invalidation.adoc b/docs/RELEASE_NOTES_NEXT/API/Batch_contact_invalidation.adoc new file mode 100644 index 0000000000..90b2fd96c6 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/API/Batch_contact_invalidation.adoc @@ -0,0 +1,15 @@ +Batch Patron Contact Invalidation +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The following methods are used to mark patron contact fields +as invalid by moving the invalid value to a standing penalty: + + * `open-ils.actor.invalidate.email` + * `open-ils.actor.invalidate.day_phone` + * `open-ils.actor.invalidate.evening_phone` + * `open-ils.actor.invalidate.other_phone` + +These methods now accept a fifth argument specifying the value +of the contact field, e.g., a specific phone number or email +address. If supplied, and if a specific patron ID (the first +argument) is not supplied, all patrons with that specific contact +value will have it marked invalid.