From 4199ab4e675bea7f40e76145caff18ab5e13924a Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 31 Jan 2020 03:54:26 -0500 Subject: [PATCH] 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 --- .../Client/lp1846354_consolidate_patron_notes.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Client/lp1846354_consolidate_patron_notes.adoc 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. -- 2.11.0