From: Jason Etheridge Date: Fri, 31 Jan 2020 08:54:26 +0000 (-0500) Subject: lp1846354 release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=64993bb3b0df784695722003f8aca0fd88d16cb1;p=working%2FEvergreen.git lp1846354 release notes Patron notes, messages, alert messages, and standing penalties have been folded into one Notes interface. Notes designated as public will show in the My Account -> Message Center in the OPAC for patrons. The underlying data structure has also changed with all notes living in the actor.usr_message table, so certain reports may need to be adjusted. Signed-off-by: Jason Etheridge Signed-off-by: Mike Rylander --- diff --git a/docs/RELEASE_NOTES_NEXT/Client/lp1846354_consolidate_patron_notes.adoc b/docs/RELEASE_NOTES_NEXT/Client/lp1846354_consolidate_patron_notes.adoc new file mode 100644 index 0000000000..0bd1febd14 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Client/lp1846354_consolidate_patron_notes.adoc @@ -0,0 +1,13 @@ +Consolidate Patron Notes, Alerts, and Messages +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Patron notes, messages, alert messages, and standing penalties have been folded into one Notes interface. Notes designated as public will show in the My Account -> Message Center in the OPAC for patrons. + +The underlying data structure has also changed with all notes living in the actor.usr_message table, so report writers will need to change the following paths in existing reports: + + actor.usr_note -> all columns + actor.usr -> alert_message + actor.usr_standing_penalty -> note + +And for actor.usr_message, there is now both a pub column and a deleted column. + +Depending on privacy policies, system adminstrators may wish to set up a recurring process to truly delete older entries in actor.usr_message that have been flagged as deleted.